Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Type hints: Add PYI (flake8-pyi) to Ruff and fix errors #7897

Merged
merged 8 commits into from
Mar 27, 2024
Next Next commit
Add PYI (flake8-pyi) to Ruff
  • Loading branch information
hugovk committed Mar 23, 2024
commit 9fc3fa82082e13089548446a6f8a9566553e15ea
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down