Skip to content

Commit 168e879

Browse files
committed
ruff settings
1 parent 4c26571 commit 168e879

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,7 @@ ruff = "^0.8.1"
4444
[build-system]
4545
requires = ["poetry-core"]
4646
build-backend = "poetry.core.masonry.api"
47+
48+
[tool.ruff.lint.per-file-ignores]
49+
"__init__.py" = ["E402", "F401", "F403"]
50+

0 commit comments

Comments
 (0)