Skip to content

Commit

Permalink
Exclude multibuild from black and ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Sep 28, 2024
1 parent e306546 commit 08d297d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,13 @@ config-settings = "raqm=enable raqm=vendor fribidi=vendor imagequant=disable"
test-command = "cd {project} && .github/workflows/wheels-test.sh"
test-extras = "tests"

[tool.black]
exclude = "wheels/multibuild"

[tool.ruff]
fix = true
exclude = ["wheels/multibuild"]

fix = true
lint.select = [
"C4", # flake8-comprehensions
"E", # pycodestyle errors
Expand Down

0 comments on commit 08d297d

Please sign in to comment.