Fix ruff config namespace (#1248)

This commit is contained in:
Lynn Root 2024-02-27 10:18:59 -05:00 committed by GitHub
parent ec9ef8d174
commit f891c08426
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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