File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 4040 args : ["--all-features", "check"]
4141
4242 - repo : https://github.com/pre-commit/pre-commit-hooks
43- rev : v3.2 .0
43+ rev : v6.0 .0
4444 hooks :
4545 - id : check-added-large-files
4646 - id : check-yaml
Original file line number Diff line number Diff line change @@ -82,6 +82,7 @@ The file paths in the examples are for Windows.
8282
8383``` shell
8484$ pip install pre-commit # If you don't already have pre-commit installed on your machine. Run once.
85+ $ pre-commit autoupdate # Update hook repositories to the latest versions.
8586$ pre-commit install # Sets up the pre-commit git hook script for the repository. Run once.
8687$ pre-commit install --hook-type pre-push # Sets up the pre-push git hook script for the repository. Run once.
8788$ pre-commit run # For manual running; considers only modified files.
You can’t perform that action at this time.
0 commit comments