python-benedict/.flake8

6 lines
95 B
INI

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