Skip to content

Commit aff1ee5

Browse files
Enforce ruff/flake8-pyi rules (PYI)
1 parent 5592104 commit aff1ee5

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
@@ -179,12 +179,14 @@ extend-select = [
179179
"I", # isort
180180
"ISC", # flake8-implicit-str-concat
181181
"PGH", # pygrep-hooks
182+
"PYI", # flake8-pyi
182183
"RSE", # flake8-raise
183184
"RUF",
184185
"TCH", # flake8-type-checking
185186
"UP", # pyupgrade
186187
]
187188
ignore = [
189+
"PYI013",
188190
"RUF005",
189191
# https://docs.astral.sh/ruff/formatter/#conflicting-lint-rules
190192
"W191",

0 commit comments

Comments
 (0)