Skip to content

Commit df862cc

Browse files
STY: Enforce ruff/flake8-pyi rules (PYI)
1 parent 5cc97c6 commit df862cc

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
@@ -123,6 +123,7 @@ select = [
123123
"I",
124124
"PIE",
125125
"PLE",
126+
"PYI",
126127
"Q",
127128
"RSE",
128129
"TCH",
@@ -143,6 +144,7 @@ ignore = [
143144
"C408",
144145
"C416",
145146
"PIE790",
147+
"PYI024",
146148
# https://docs.astral.sh/ruff/formatter/#conflicting-lint-rules
147149
"W191",
148150
"E111",

0 commit comments

Comments
 (0)