updated ruff lint sections

This commit is contained in:
Moritz Gmeiner 2024-10-21 03:52:26 +02:00
commit 1c8b722790

View file

@ -19,8 +19,11 @@ combine_as_imports = true
[tool.ruff] [tool.ruff]
line-length = 100 line-length = 100
select = ["E", "F"]
target-version = "py311" target-version = "py311"
[tool.ruff.per-file-ignores] [tool.ruff.lint]
select = ["E", "F"]
[tool.ruff.lint.per-file-ignores]
"__init__.py" = ["F401"] "__init__.py" = ["F401"]