Skip to content

Commit 66c84ed

Browse files
committed
Address ruff config deprecation
Signed-off-by: Federico Busetti <[email protected]>
1 parent 2d13fdd commit 66c84ed

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pyproject.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,10 @@ testpaths = [
103103
]
104104

105105
[tool.ruff]
106-
select = ["E", "F", "I"]
107106
extend-exclude = ["docs", ".tox"]
108107

109-
[tool.ruff.per-file-ignores]
108+
[tool.ruff.lint]
109+
select = ["E", "F", "I"]
110+
111+
[tool.ruff.lint.per-file-ignores]
110112
"__init__.py" = ["F401"]

0 commit comments

Comments
 (0)