mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-07-10 16:22:22 +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 = [
|
backend-path = [
|
||||||
"_custom_build",
|
"_custom_build",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[tool.isort]
|
||||||
|
profile = "black"
|
||||||
|
|
||||||
|
[tool.pytest.ini_options]
|
||||||
|
addopts = "-ra --color=yes"
|
||||||
|
testpaths = ["Tests"]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user