Pillow/setup.cfg
2020-08-08 22:39:29 +03:00

11 lines
141 B
INI

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