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 55bc286 commit 2c06530Copy full SHA for 2c06530
pyproject.toml
@@ -44,6 +44,7 @@ lint.ignore = [
44
"PLW0603", # Global statement
45
"PLR0913", # Too many arguments
46
"B010", # setattr
47
+ "F401" # unused imports
48
]
49
50
[tool.ruff.format]
0 commit comments