Skip to content

Commit cd9022c

Browse files
STY: Enforce ruff/flake8-pyi rules (PYI)
1 parent 9158129 commit cd9022c

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
@@ -120,6 +120,7 @@ select = [
120120
"F",
121121
"I",
122122
"PLE",
123+
"PYI",
123124
"Q",
124125
"RSE",
125126
"UP",
@@ -135,6 +136,7 @@ ignore = [
135136
"B023", # TODO: enable
136137
"B028",
137138
"B904",
139+
"PYI024",
138140
# https://docs.astral.sh/ruff/formatter/#conflicting-lint-rules
139141
"W191",
140142
"E111",

0 commit comments

Comments
 (0)