Skip to content

Commit

Permalink
Merge pull request #3 from fabiocaccamo/pre-commit-speed-up
Browse files Browse the repository at this point in the history
Use `pre-commit` GitHub action.
  • Loading branch information
justvanrossum authored Sep 21, 2023
2 parents c6a6dbe + 0ad1938 commit 295b63c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@ jobs:
python -m pip install -r requirements.txt
python -m pip install -r requirements-dev.txt
- name: Run pre-commit
run: |
pre-commit run --all-files --verbose --show-diff-on-failure
uses: pre-commit/[email protected]
with:
extra_args: --all-files --verbose --show-diff-on-failure
- name: Test with pytest
run: |
pytest -vv

0 comments on commit 295b63c

Please sign in to comment.