diff --git a/tox.ini b/tox.ini index a4a5f5e..1edf95f 100644 --- a/tox.ini +++ b/tox.ini @@ -21,4 +21,4 @@ commands = flake8 . # TODO: reduce max-complexity, ideally to 10 max-line-length = 120 max-complexity = 21 -exclude = [build, lib, bin, dist, docs/conf.py, */migrations, *.egg-info] +exclude = [build, lib, bin, dist, docs/conf.py, */migrations, .eggs, *.egg-info]