Remove --all-files from poetry run

This commit is contained in:
Luke Van Seters 2021-07-26 22:01:37 -04:00 committed by GitHub
parent a9580e3aa9
commit c075327f1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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