Pillow/setup.cfg
2020-06-28 16:01:39 +10:00

14 lines
220 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 --color=yes
testpaths = Tests