Skip to content

Commit 893cf8c

Browse files
committed
style: update ruff config with the latest config format
1 parent a8e970b commit 893cf8c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pyproject.toml

+4-2
Original file line numberDiff line numberDiff line change
@@ -141,17 +141,19 @@ addopts = "--strict-markers"
141141

142142
[tool.ruff]
143143
line-length = 88
144+
145+
[tool.ruff.lint]
144146
select = ["E", "F", "UP"]
145147
ignore = [
146148
"E501",
147149
"D1",
148150
"D415"
149151
]
150152

151-
[tool.ruff.isort]
153+
[tool.ruff.lint.isort]
152154
known-first-party = ["commitizen", "tests"]
153155

154-
[tool.ruff.pydocstyle]
156+
[tool.ruff.lint.pydocstyle]
155157
convention = "google"
156158

157159
[tool.mypy]

0 commit comments

Comments
 (0)