Skip to content

Commit 664fe21

Browse files
committed
pyproject: Update ruff config to new layout
1 parent 1e6a4ad commit 664fe21

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pyproject.toml

+4-2
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,13 @@ typeCheckingMode = "strict"
2626
venvPath = "."
2727
venv = ".venv"
2828

29-
[tool.ruff]
29+
[tool.ruff.lint]
3030
select = ["E", "F", "I"]
3131
ignore = []
32+
33+
[tool.ruff]
3234
line-length = 88
3335
target-version = "py38"
3436

35-
[tool.ruff.per-file-ignores]
37+
[tool.ruff.lint.per-file-ignores]
3638
"__init__.py" = ["F401"]

0 commit comments

Comments
 (0)