Pillow/setup.cfg

11 lines
135 B
INI
Raw Normal View History

[flake8]
extend-ignore = E203
max-line-length = 88
2019-07-02 11:52:14 +03:00
[isort]
profile = black
2019-07-02 11:52:14 +03:00
[tool:pytest]
addopts = -ra --color=yes
testpaths = Tests