mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-11 04:07:21 +03:00
10 lines
109 B
INI
10 lines
109 B
INI
[aliases]
|
|
test=pytest
|
|
|
|
[flake8]
|
|
extend-ignore = E203, W503
|
|
max-line-length = 88
|
|
|
|
[tool:pytest]
|
|
addopts = -rs
|