Skip to content

Commit 1d36f3f

Browse files
ulgensveit
authored andcommitted
⬆️ pre-commit versions in docs
1 parent 57d9f03 commit 1d36f3f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/productive/git/advanced/hooks/pre-commit.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)