Skip to content

Commit cbb15d6

Browse files
Enforce more ruff rules
1 parent 4361d3f commit cbb15d6

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,28 @@ exclude = [
131131
"build_tools/*",
132132
"docs/*",
133133
]
134+
extend-select = [
135+
"B",
136+
"C4",
137+
"ISC",
138+
"PIE",
139+
"PYI",
140+
"FLY",
141+
"UP",
142+
]
143+
ignore = [
144+
"B007",
145+
"B010",
146+
"B028",
147+
"B904",
148+
"PIE790",
149+
"PYI034",
150+
"PYI041",
151+
"PYI047",
152+
"UP018",
153+
"UP037",
154+
]
155+
134156

135157
[tool.pytest.ini_options]
136158
markers = [

0 commit comments

Comments
 (0)