Skip to content

Commit f891c08

Browse files
authored
Fix ruff config namespace (#1248)
1 parent ec9ef8d commit f891c08

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
@@ -165,7 +165,7 @@ toplevel = ["attr", "attrs"]
165165
[tool.ruff]
166166
src = ["src", "tests", "conftest.py", "docs"]
167167

168-
[tool.lint.ruff]
168+
[tool.ruff.lint]
169169
select = ["ALL"]
170170
ignore = [
171171
"A001", # shadowing is fine

0 commit comments

Comments
 (0)