mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-12 18:26:17 +03:00
Exclude multibuild from black and ruff
This commit is contained in:
parent
e306546bf1
commit
2e73ffe703
|
@ -97,9 +97,13 @@ config-settings = "raqm=enable raqm=vendor fribidi=vendor imagequant=disable"
|
||||||
test-command = "cd {project} && .github/workflows/wheels-test.sh"
|
test-command = "cd {project} && .github/workflows/wheels-test.sh"
|
||||||
test-extras = "tests"
|
test-extras = "tests"
|
||||||
|
|
||||||
[tool.ruff]
|
[tool.black]
|
||||||
fix = true
|
exclude = "wheels/multibuild"
|
||||||
|
|
||||||
|
[tool.ruff]
|
||||||
|
exclude = [ "wheels/multibuild" ]
|
||||||
|
|
||||||
|
fix = true
|
||||||
lint.select = [
|
lint.select = [
|
||||||
"C4", # flake8-comprehensions
|
"C4", # flake8-comprehensions
|
||||||
"E", # pycodestyle errors
|
"E", # pycodestyle errors
|
||||||
|
|
Loading…
Reference in New Issue
Block a user