diff --git a/setup.cfg b/setup.cfg index 17c7465b..bab69fd3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -18,3 +18,4 @@ line_length=120 [flake8] max-line-length = 120 +exclude = dist,*.egg-info,build,.git,__pycache__