Skip to content

Commit ba2e791

Browse files
committed
another attempt to fix ruff error
1 parent 6f13922 commit ba2e791

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,3 +80,8 @@ ignore = [
8080
"mqtt.py" = ["RUF012"]
8181
"trigger.py" = ["RUF012", "UP041"]
8282
"webhook.py" = ["RUF012"]
83+
84+
[dependency-groups]
85+
dev = [
86+
"ruff<0.15.0",
87+
]

0 commit comments

Comments
 (0)