Skip to content

Commit

Permalink
Exclude tests folder from ruff for now
Browse files Browse the repository at this point in the history
  • Loading branch information
gagebenne committed Sep 27, 2024
1 parent 341554f commit e423b7b
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 @@ -21,6 +21,7 @@ source = "vcs"

[tool.ruff]
fix = true
extend-exclude = ["tests"]

[tool.ruff.format]
docstring-code-format = true
Expand Down

0 comments on commit e423b7b

Please sign in to comment.