Exclude --all-files in pre-commit with poetry

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

View File

@ -99,7 +99,7 @@ poetry run build
test coverage. Make sure to fix any errors presented via Black, Pylint and test coverage. Make sure to fix any errors presented via Black, Pylint and
MyPy pre-commit hooks MyPy pre-commit hooks
``` ```
poetry run pre-commit --all-files poetry run pre-commit
``` ```
or within docker or within docker