Skip to content

Commit b40fce4

Browse files
committed
chore: Add some ruff rules
1 parent 2cf05e9 commit b40fce4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,12 @@ ignore = [
179179
line-length = 99
180180

181181
[tool.ruff.lint]
182+
select = [
183+
"F",
184+
"E",
185+
"W",
186+
"I",
187+
]
182188
ignore = [
183189
"E203",
184190
"B019",

0 commit comments

Comments
 (0)