Exclude .venv and .env from flake8

This commit is contained in:
Matthias
2023-08-29 21:16:10 +02:00
parent 23aa8dcd51
commit c894843d0f

View File

@@ -50,3 +50,5 @@ exclude =
__pycache__, __pycache__,
.eggs, .eggs,
user_data, user_data,
.venv
.env