Skip to content

Commit 64fc392

Browse files
committed
ignore unused imports
1 parent 21bdf35 commit 64fc392

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
@@ -66,6 +66,7 @@ lint.ignore = [
6666
"PLW0603", # Global statement
6767
"PLR0913", # Too many arguments
6868
"B010", # setattr
69+
"F401" # unused imports
6970
]
7071

7172
[tool.ruff.format]

0 commit comments

Comments
 (0)