Skip to content

Commit 2c06530

Browse files
committed
ignore unused imports
1 parent 55bc286 commit 2c06530

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ lint.ignore = [
4444
"PLW0603", # Global statement
4545
"PLR0913", # Too many arguments
4646
"B010", # setattr
47+
"F401" # unused imports
4748
]
4849

4950
[tool.ruff.format]

0 commit comments

Comments
 (0)