diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 00000000..2bd4593c --- /dev/null +++ b/setup.cfg @@ -0,0 +1,11 @@ +[flake8] +ignore = E41,E266 +max-line-length = 120 +exclude = + .git, + *__pycache__*, + *tests*, + *scripts*, + *migrations*, + *management* +max-complexity = 10