Add PYI (flake8-pyi) to Ruff

This commit is contained in:
Hugo van Kemenade 2024-02-04 18:49:05 +02:00
parent e320bdc1cd
commit 9fc3fa8208

View File

@ -106,6 +106,7 @@ select = [
"ISC", # flake8-implicit-str-concat
"LOG", # flake8-logging
"PGH", # pygrep-hooks
"PYI", # flake8-pyi
"RUF100", # unused noqa (yesqa)
"UP", # pyupgrade
"W", # pycodestyle warnings