Skip to content

typecheck-part-1 #1350

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

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
ignore unused imports
  • Loading branch information
DinhHuy2010 committed Feb 17, 2025
commit 64fc392848aa310919a19a69d93290802af9a646
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ lint.ignore = [
"PLW0603", # Global statement
"PLR0913", # Too many arguments
"B010", # setattr
"F401" # unused imports
]

[tool.ruff.format]
Expand Down