Skip to content

Commit 5c423ff

Browse files
committed
Fix usage of deprecated ruff config sections
1 parent 180f652 commit 5c423ff

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
@@ -10,7 +10,7 @@ ignore_missing_imports = true
1010
module = "autoapi.documenters"
1111
ignore_errors = true
1212

13-
[tool.ruff.pydocstyle]
13+
[tool.ruff.lint.pydocstyle]
1414
convention = "google"
1515

1616
[tool.towncrier]

0 commit comments

Comments
 (0)