7 lines
123 B
INI
7 lines
123 B
INI
[flake8]
|
|
ignore = W503
|
|
max_line_length = 88
|
|
|
|
[tool:isort]
|
|
known_third_party = flaky,pkg_resources,pylast,pytest,setuptools
|