Skip to content

Commit

Permalink
Update ruff usage (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shutgun authored Oct 24, 2023
1 parent 2dccdfd commit 104f8a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install ruff
ruff check --format=github devolo_home_control_api
ruff check --format=github --exit-zero tests
ruff check --output-format=github devolo_home_control_api
ruff check --output-format=github --exit-zero tests
- name: Lint with mypy
run: |
pip install mypy types-python-dateutil types-requests
Expand Down

0 comments on commit 104f8a8

Please sign in to comment.