We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57d9f03 commit 1d36f3fCopy full SHA for 1d36f3f
1 file changed
docs/productive/git/advanced/hooks/pre-commit.rst
@@ -61,7 +61,7 @@ Check the installation for example with
61
.. code-block:: console
62
63
$ uv run pre-commit -V
64
- pre-commit 2.21.0
+ pre-commit 4.3.0
65
66
Configuration
67
-------------
@@ -73,7 +73,7 @@ directory of your project can be used to configure plugins for this project.
73
74
repos:
75
- repo: https://github.com/pre-commit/pre-commit-hooks
76
- rev: v3.2.0
+ rev: v6.0.0
77
hooks:
78
- id: trailing-whitespace
79
- id: end-of-file-fixer
@@ -94,7 +94,7 @@ configure that the check should also be used for the file suffix ``.ipynb``:
94
95
96
97
98
99
…
100
- id: check-json
0 commit comments