Pillow/setup.cfg
2020-09-01 20:16:46 +03:00

11 lines
135 B
INI

[flake8]
extend-ignore = E203
max-line-length = 88
[isort]
profile = black
[tool:pytest]
addopts = -ra --color=yes
testpaths = Tests