diff --git a/.gitignore b/.gitignore index fad3612..6645d54 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ build/ dist/ TODO .pytest_cache/ +.tox/ diff --git a/setup.cfg b/setup.cfg index d83494f..f37db7c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -11,6 +11,7 @@ disable = not-an-iterable, fixme, no-name-in-module, + attribute-defined-outside-init, [flake8] ignore = E226,E302,E305,E306,E731,F811