Skip to content

Commit a01f1b7

Browse files
Enforce ruff/flake8-pyi rules (PYI)
1 parent 1708767 commit a01f1b7

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
@@ -180,6 +180,7 @@ extend-select = [
180180
"I", # isort
181181
"ISC", # flake8-implicit-str-concat
182182
"PGH", # pygrep-hooks
183+
"PYI", # flake8-pyi
183184
"RSE", # flake8-raise
184185
"RUF",
185186
"TRY", # tryceratops
@@ -189,6 +190,7 @@ extend-select = [
189190
"TRY", # tryceratops
190191
]
191192
ignore = [
193+
"PYI013",
192194
"RUF005",
193195
"TRY003",
194196
# https://docs.astral.sh/ruff/formatter/#conflicting-lint-rules

0 commit comments

Comments
 (0)