Move `flake8` config to `setup.cfg`.

master
Fabio Caccamo 2023-01-25 20:09:40 +01:00
parent 2ebd1a7992
commit 251a35f5c8
2 changed files with 6 additions and 5 deletions

View File

@ -1,5 +0,0 @@
[flake8]
ignore = W503
max-line-length = 89
max-complexity = 10
select = B,C,E,F,W,T4,B9

View File

@ -57,3 +57,9 @@ exclude =
images* images*
scripts* scripts*
tests* tests*
[flake8]
ignore = W503
max-line-length = 89
max-complexity = 10
select = B,C,E,F,W,T4,B9