mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 01:46:18 +03:00
Move tools config from setup.cfg to pyproject.toml
This commit is contained in:
parent
d05ff5059f
commit
73c2eb460d
|
@ -6,3 +6,10 @@ requires = [
|
|||
backend-path = [
|
||||
"_custom_build",
|
||||
]
|
||||
|
||||
[tool.isort]
|
||||
profile = "black"
|
||||
|
||||
[tool.pytest.ini_options]
|
||||
addopts = "-ra --color=yes"
|
||||
testpaths = ["Tests"]
|
||||
|
|
Loading…
Reference in New Issue
Block a user