Skip to content

Commit

Permalink
MAINT: Exclude non-source files from checks
Browse files Browse the repository at this point in the history
  • Loading branch information
mgxd committed Jul 31, 2024
1 parent 8ebd45b commit edbd316
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 @@ -127,7 +127,11 @@ junit_family = "xunit2"

[tool.ruff]
line-length = 99
extend-exclude = ["wrapper/**"]
extend-exclude = [
"wrapper/**",
".maint/**",
"scripts/**",
]

[tool.ruff.lint]
extend-select = [
Expand Down

0 comments on commit edbd316

Please sign in to comment.