Add --all-files to pre-commit GH aciton

This commit is contained in:
Luke Van Seters 2021-10-11 15:45:55 -07:00
parent b6fc27b3f6
commit 2377222750

View File

@ -51,7 +51,7 @@ jobs:
- name: Run precommit - name: Run precommit
run: | run: |
poetry run pre-commit poetry run pre-commit --all-files
- name: Test with pytest - name: Test with pytest
shell: bash shell: bash