aboutsummaryrefslogblamecommitdiffstats
path: root/.flake8
blob: c321e71c9658388407d18587f50e93ae474183bb (plain) (tree)
1
2
3
4
5




                               
[flake8]
ignore = E203, E266, E501, W503
max-line-length = 80
max-complexity = 18
select = B,C,E,F,W,T4,B9