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 4c26571 commit 168e879Copy full SHA for 168e879
pyproject.toml
@@ -44,3 +44,7 @@ ruff = "^0.8.1"
44
[build-system]
45
requires = ["poetry-core"]
46
build-backend = "poetry.core.masonry.api"
47
+
48
+[tool.ruff.lint.per-file-ignores]
49
+"__init__.py" = ["E402", "F401", "F403"]
50
0 commit comments