diff --git a/.flake8 b/.flake8 deleted file mode 100644 index 70a60d4..0000000 --- a/.flake8 +++ /dev/null @@ -1,5 +0,0 @@ -[flake8] -ignore = E501, 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 c90c104..7d8e1ab 100644 --- a/setup.cfg +++ b/setup.cfg @@ -117,3 +117,9 @@ exclude = images* scripts* tests* + +[flake8] +ignore = E501, W503 +max-line-length = 89 +max-complexity = 10 +select = B,C,E,F,W,T4,B9