Skip to content

Commit 75cc1c3

Browse files
Update ruff configuration
1 parent 66a7af0 commit 75cc1c3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

+3-1
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ line-length = 79
5252

5353
[tool.ruff]
5454
line-length = 79
55+
56+
[tool.ruff.lint]
5557
select = [
5658
# pyflakes
5759
"F",
@@ -68,5 +70,5 @@ ignore = [
6870
"D405", # British-style section names are also "proper"!
6971
]
7072

71-
[tool.ruff.pydocstyle]
73+
[tool.ruff.lint.pydocstyle]
7274
convention = "google"

0 commit comments

Comments
 (0)