Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Commit

Permalink
Exclude tune from ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
leonlan committed Sep 22, 2023
1 parent 901610a commit 93821cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ ignore = [
"C901", # too complex
"E741", # ambiguous variable name
]
extend-exclude = ["tune"]


[tool.ruff.per-file-ignores]
Expand Down

0 comments on commit 93821cd

Please sign in to comment.