Skip to content

Commit

Permalink
Add local plugin exclude for ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
raidensakura committed Apr 20, 2024
1 parent 320951b commit a89181f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,9 @@ fix = true
fixable = ["I001"]
isort.combine-as-imports = true
force-exclude = true
exclude = [
"@local",
]

[tool.ruff.mccabe]
# Unlike Flake8, default to a complexity level of 10.
Expand Down

0 comments on commit a89181f

Please sign in to comment.