Skip to content

Commit a13c2f5

Browse files
committed
fix: deprecated ruff config
1 parent 00c1930 commit a13c2f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ strict = true
131131
[tool.ruff.lint.flake8-tidy-imports]
132132
ban-relative-imports = "all"
133133

134-
[tool.ruff.per-file-ignores]
134+
[tool.ruff.lint.per-file-ignores]
135135
# Tests can use magic values, assertions, and relative imports
136136
"tests/**/*" = ["PLR2004", "S101", "TID252"]
137137

0 commit comments

Comments
 (0)