We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8e970b commit 893cf8cCopy full SHA for 893cf8c
pyproject.toml
@@ -141,17 +141,19 @@ addopts = "--strict-markers"
141
142
[tool.ruff]
143
line-length = 88
144
+
145
+[tool.ruff.lint]
146
select = ["E", "F", "UP"]
147
ignore = [
148
"E501",
149
"D1",
150
"D415"
151
]
152
-[tool.ruff.isort]
153
+[tool.ruff.lint.isort]
154
known-first-party = ["commitizen", "tests"]
155
-[tool.ruff.pydocstyle]
156
+[tool.ruff.lint.pydocstyle]
157
convention = "google"
158
159
[tool.mypy]
0 commit comments