diff --git a/setup.cfg b/setup.cfg index 3c6e79c..c81abfc 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,2 +1,5 @@ [bdist_wheel] universal=1 +[flake8] +max-line-length=120 +ignore: E301, E302, E401, E226, F841