Skip to content

Commit d57969f

Browse files
committed
Ignore unused imports in __init__.py
1 parent 404fabc commit d57969f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ select = [
3131
ignore = ["B008"]
3232
fixable = ["ALL"]
3333

34+
[tool.ruff.lint.per-file-ignores]
35+
"__init__.py" = ["F401"] # Unused imports
36+
3437
[build-system]
3538
requires = ["poetry-core"]
3639
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)