File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
docs/productive/git/advanced/hooks Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ Check the installation for example with
6161.. code-block :: console
6262
6363 $ uv run pre-commit -V
64- pre-commit 2.21 .0
64+ pre-commit 4.3 .0
6565
6666 Configuration
6767-------------
@@ -73,7 +73,7 @@ directory of your project can be used to configure plugins for this project.
7373
7474 repos :
7575 - repo : https://github.com/pre-commit/pre-commit-hooks
76- rev : v3.2 .0
76+ rev : v6.0 .0
7777 hooks :
7878 - id : trailing-whitespace
7979 - id : end-of-file-fixer
@@ -94,7 +94,7 @@ configure that the check should also be used for the file suffix ``.ipynb``:
9494
9595 repos :
9696 - repo : https://github.com/pre-commit/pre-commit-hooks
97- rev : v3.2 .0
97+ rev : v6.0 .0
9898 hooks :
9999 …
100100 - id : check-json
You can’t perform that action at this time.
0 commit comments