We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e320bdc commit 9fc3fa8Copy full SHA for 9fc3fa8
1 file changed
pyproject.toml
@@ -106,6 +106,7 @@ select = [
106
"ISC", # flake8-implicit-str-concat
107
"LOG", # flake8-logging
108
"PGH", # pygrep-hooks
109
+ "PYI", # flake8-pyi
110
"RUF100", # unused noqa (yesqa)
111
"UP", # pyupgrade
112
"W", # pycodestyle warnings
0 commit comments