Skip to content

Commit 5c77187

Browse files
committed
chore: fix ruff command
1 parent 97cf9c8 commit 5c77187

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
7979
- name: Run ruff
8080
run: |
81-
poetry run ruff . --check
81+
poetry run ruff eq3btsmart custom_components/eq3btsmart
8282
8383
mypy:
8484
needs: cache

0 commit comments

Comments
 (0)