Merge pull request #97 from flashbots/pre-commit-pr-fix

Add --all-files to pre-commit GH action
This commit is contained in:
Luke Van Seters 2021-10-11 15:53:10 -07:00 committed by GitHub
commit b5f625112e
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
poetry run pre-commit run --all-files
- name: Test with pytest
shell: bash