5 lines
86 B
INI
5 lines
86 B
INI
[flake8]
|
|
ignore = E133,E221,E226,E228,E241,W503
|
|
max-line-length = 99
|
|
exclude = docs/*
|