Skip to content

Commit edbd316

Browse files
committed
MAINT: Exclude non-source files from checks
1 parent 8ebd45b commit edbd316

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pyproject.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,11 @@ junit_family = "xunit2"
127127

128128
[tool.ruff]
129129
line-length = 99
130-
extend-exclude = ["wrapper/**"]
130+
extend-exclude = [
131+
"wrapper/**",
132+
".maint/**",
133+
"scripts/**",
134+
]
131135

132136
[tool.ruff.lint]
133137
extend-select = [

0 commit comments

Comments
 (0)