Skip to content

Commit 0a5af04

Browse files
STY: Enforce ruff/Perflint rules (PERF)
1 parent d6b6c3b commit 0a5af04

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ select = [
122122
"F",
123123
"FURB",
124124
"I",
125+
"PERF",
125126
"PIE",
126127
"PLE",
127128
"PYI",
@@ -144,6 +145,7 @@ ignore = [
144145
"C401",
145146
"C408",
146147
"C416",
148+
"PERF203",
147149
"PIE790",
148150
"PYI024",
149151
# https://docs.astral.sh/ruff/formatter/#conflicting-lint-rules

0 commit comments

Comments
 (0)