5 lines
99 B
INI
5 lines
99 B
INI
[flake8]
|
|
max-line-length = 88
|
|
extend-ignore = E203
|
|
exclude = */tests/*
|
|
spellcheck-targets=comments
|