Pillow/setup.cfg
2020-06-15 14:15:53 +02:00

14 lines
208 B
INI

[flake8]
extend-ignore = E203, W503
max-line-length = 88
[isort]
combine_as_imports = True
include_trailing_comma = True
line_length = 88
multi_line_output = 3
[tool:pytest]
addopts = -ra
testpaths = Tests