Closed TomasTomecek closed 4 years ago
We are using pre-commit and it would be nice to run pre-commit run --all-files before creating a PR.
pre-commit run --all-files
this can be set up as a precommit hook
We are using pre-commit and it would be nice to run
pre-commit run --all-files
before creating a PR.