Skip to content

Commit 61ac2f7

Browse files
committed
Add ruff rule back
1 parent 472b166 commit 61ac2f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ exclude_lines = [
173173
line-length = 120
174174
indent-width = 4
175175
target-version = "py39"
176+
extend-unsafe-fixes = ["D"]
176177

177178
[tool.ruff.lint]
178179
# List of rules: https://docs.astral.sh/ruff/rules

0 commit comments

Comments
 (0)