Skip to content

Commit 32c5a16

Browse files
Enforce ruff/flake8-pyi rules (PYI)
1 parent cd93a68 commit 32c5a16

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
@@ -209,6 +209,7 @@ extend-select = [
209209
"I", # isort
210210
"ISC", # flake8-implicit-str-concat
211211
"PGH", # pygrep-hooks
212+
"PYI", # flake8-pyi
212213
"RSE", # flake8-raise
213214
"RUF",
214215
"TRY", # tryceratops
@@ -218,6 +219,7 @@ extend-select = [
218219
"TRY", # tryceratops
219220
]
220221
ignore = [
222+
"PYI013",
221223
"RUF005",
222224
"TRY003",
223225
# https://docs.astral.sh/ruff/formatter/#conflicting-lint-rules

0 commit comments

Comments
 (0)