run --all-files

This commit is contained in:
Luke Van Seters 2021-10-11 15:48:36 -07:00
parent 2377222750
commit b8ff6f0e8b

View File

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