mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-10 19:56:47 +03:00
10 lines
110 B
INI
10 lines
110 B
INI
[aliases]
|
|
test=pytest
|
|
|
|
[flake8]
|
|
extend-ignore = E203, W503
|
|
max-line-length = 88
|
|
|
|
[tool:pytest]
|
|
addopts = -r s
|