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

This commit is contained in:
Fabio Caccamo 2023-01-25 20:04:47 +01:00
parent cfb2555128
commit 118fbc00d4
2 changed files with 6 additions and 5 deletions

View File

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

View File

@ -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