diff --git a/.flake8 b/.flake8 index ed0a5d9872f06decc71a5fa0e7df3ba06835fd94..810d6db84f8c195e088145f2a053988617ac39d7 100644 --- a/.flake8 +++ b/.flake8 @@ -3,3 +3,7 @@ count = True max-line-length = 79 show-source = True statistics = True +exclude = + .git, + __pycache__, + venv