Skip to content

Commit

Permalink
fix linters 2
Browse files Browse the repository at this point in the history
  • Loading branch information
haarcuba committed Oct 8, 2024
1 parent 90ee91b commit 1aba19e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/linters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: install myself
run: poetry install
- name: Run linters etc
uses: pre-commit/[email protected]
with:
extra_args:
--all-files
run: |
set -e
pip install pre-commit
poetry run pre-commit run --all-files

0 comments on commit 1aba19e

Please sign in to comment.