mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-10 19:56:47 +03:00
14 lines
220 B
INI
14 lines
220 B
INI
[flake8]
|
|
extend-ignore = E203, W503
|
|
max-line-length = 88
|
|
|
|
[isort]
|
|
combine_as_imports = True
|
|
include_trailing_comma = True
|
|
line_length = 88
|
|
multi_line_output = 3
|
|
|
|
[tool:pytest]
|
|
addopts = -ra --color=yes
|
|
testpaths = Tests
|