Skip to content

Commit 9fc3fa8

Browse files
committed
Add PYI (flake8-pyi) to Ruff
1 parent e320bdc commit 9fc3fa8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ select = [
106106
"ISC", # flake8-implicit-str-concat
107107
"LOG", # flake8-logging
108108
"PGH", # pygrep-hooks
109+
"PYI", # flake8-pyi
109110
"RUF100", # unused noqa (yesqa)
110111
"UP", # pyupgrade
111112
"W", # pycodestyle warnings

0 commit comments

Comments
 (0)