Skip to content

Commit

Permalink
Breakout linting commands
Browse files Browse the repository at this point in the history
  • Loading branch information
fronzbot authored Jun 7, 2024
1 parent 734f99e commit 5e370f3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,12 @@ jobs:
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install -r requirements_test.txt
- name: Lint
- name: Ruff
run: |
ruff check blinkpy tests blinkapp
- name: Black
run: |
black --check --color --diff blinkpy tests blinkapp
- name: RST-Lint
run: |
rst-lint README.rst CHANGES.rst CONTRIBUTING.rst

0 comments on commit 5e370f3

Please sign in to comment.