diff --git a/.flake8 b/.flake8 index 9697fc96..3a8b87a8 100644 --- a/.flake8 +++ b/.flake8 @@ -1,3 +1,3 @@ [flake8] ignore = E402,E731,W503,W504,E252 -exclude = .git,__pycache__,build,dist,.eggs,.github,.local +exclude = .git,__pycache__,build,dist,.eggs,.github,.local,.venv