Skip to content

Commit 7f934d4

Browse files
committed
Few more ruff rules.
1 parent cb33f3f commit 7f934d4

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
@@ -84,7 +84,7 @@ exclude = [
8484
[tool.ruff]
8585
line-length = 79
8686
target-version = "py38"
87-
select = ["ANN", "B", "D", "E", "F", "Q", "RUF", "UP", "W"]
87+
select = ["ANN", "B", "D", "D204", "E", "F", "Q", "RUF", "SIM", "UP", "W"]
8888
ignore = [
8989
# Wat, type annotations for self and cls, why is this a thing?
9090
"ANN101",

0 commit comments

Comments
 (0)