Skip to content

Commit

Permalink
💚 erf
Browse files Browse the repository at this point in the history
  • Loading branch information
simonwoerpel committed Jan 17, 2025
1 parent f76e3dc commit 042e8db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
path: ~/.cache/pre-commit
key: pre-commit-${{ runner.os }}-${{ env.PY }}-${{ hashFiles('.pre-commit-config.yaml') }}
- name: Install dependencies
run: poetry install --with dev
run: poetry install --with dev --all-extras
- name: Run pre-commit hooks
run: poetry run pre-commit run
- name: Lint with flake8
Expand Down

0 comments on commit 042e8db

Please sign in to comment.