Skip to content

Commit

Permalink
Fix ruff config namespace (#1248)
Browse files Browse the repository at this point in the history
  • Loading branch information
econchick authored Feb 27, 2024
1 parent ec9ef8d commit f891c08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ toplevel = ["attr", "attrs"]
[tool.ruff]
src = ["src", "tests", "conftest.py", "docs"]

[tool.lint.ruff]
[tool.ruff.lint]
select = ["ALL"]
ignore = [
"A001", # shadowing is fine
Expand Down

0 comments on commit f891c08

Please sign in to comment.