Skip to content

Commit 3677875

Browse files
Enforce ruff/flake8-pyi rules (PYI)
1 parent 0ea71df commit 3677875

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
@@ -211,13 +211,15 @@ extend-select = [
211211
"I", # isort
212212
"ISC", # flake8-implicit-str-concat
213213
"PGH", # pygrep-hooks
214+
"PYI", # flake8-pyi
214215
"RSE", # flake8-raise
215216
"RUF",
216217
"TCH", # flake8-type-checking
217218
"TRY", # tryceratops
218219
"UP", # pyupgrade
219220
]
220221
ignore = [
222+
"PYI013",
221223
"RUF005",
222224
"TRY003",
223225
# https://docs.astral.sh/ruff/formatter/#conflicting-lint-rules

0 commit comments

Comments
 (0)