Skip to content

Commit

Permalink
CI: Enable linting of tests
Browse files Browse the repository at this point in the history
  • Loading branch information
make-all committed Mar 1, 2024
1 parent f77da84 commit f84eb00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
python -m pip install --upgrade pip
pip install -r requirements-dev.txt
- name: Python lint
run: ruff check --output-format=github custom_components/tuya_local
run: ruff check --output-format=github .
- name: Python include order
run: ruff check --select I --diff .
- name: Python coding style
Expand Down

0 comments on commit f84eb00

Please sign in to comment.