Increase `flake8` checks.

This commit is contained in:
Fabio Caccamo 2023-01-24 02:45:58 +01:00
parent 5ec0b13fe7
commit cfb2555128
1 changed files with 1 additions and 1 deletions

View File

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