Pillow/setup.cfg

10 lines
109 B
INI

[aliases]
test=pytest
[flake8]
extend-ignore = E203, W503
max-line-length = 88
[tool:pytest]
addopts = -rs