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 21bdf35 commit 64fc392Copy full SHA for 64fc392
pyproject.toml
@@ -66,6 +66,7 @@ lint.ignore = [
66
"PLW0603", # Global statement
67
"PLR0913", # Too many arguments
68
"B010", # setattr
69
+ "F401" # unused imports
70
]
71
72
[tool.ruff.format]
0 commit comments