Pillow/setup.cfg

10 lines
109 B
INI
Raw Normal View History

[aliases]
test=pytest
[flake8]
extend-ignore = E203, W503
max-line-length = 88
2019-07-02 11:52:14 +03:00
[tool:pytest]
addopts = -rs