mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-11 04:07:21 +03:00
11 lines
135 B
INI
11 lines
135 B
INI
[flake8]
|
|
extend-ignore = E203
|
|
max-line-length = 88
|
|
|
|
[isort]
|
|
profile = black
|
|
|
|
[tool:pytest]
|
|
addopts = -ra --color=yes
|
|
testpaths = Tests
|