diff --git a/.flake8 b/.flake8 deleted file mode 100644 index c74ed57..0000000 --- a/.flake8 +++ /dev/null @@ -1,5 +0,0 @@ -[flake8] -ignore = W503 -max-line-length = 89 -max-complexity = 10 -select = B,C,E,F,W,T4,B9 diff --git a/setup.cfg b/setup.cfg index e82bab4..e6bf196 100644 --- a/setup.cfg +++ b/setup.cfg @@ -57,3 +57,9 @@ exclude = images* scripts* tests* + +[flake8] +ignore = W503 +max-line-length = 89 +max-complexity = 10 +select = B,C,E,F,W,T4,B9