Skip to content

Commit 2779e4a

Browse files
ci: version bump pre-commit hook plugins (#54)
Update plugins of `pre-commit` hooks to the latest version. Co-authored-by: zaufi <548715+zaufi@users.noreply.github.com>
1 parent 11f75f0 commit 2779e4a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ repos:
4545

4646
# NOTE For config options check this: https://editorconfig-checker.github.io
4747
- repo: https://github.com/editorconfig-checker/editorconfig-checker
48-
rev: v3.4.1
48+
rev: v3.6.0
4949
hooks:
5050
- id: editorconfig-checker
5151

@@ -57,7 +57,7 @@ repos:
5757

5858
# NOTE See BUG https://github.com/crate-ci/typos/issues/390
5959
- repo: https://github.com/adhtruong/mirrors-typos
60-
rev: v1.39.0
60+
rev: v1.40.0
6161
hooks:
6262
- id: typos
6363
# NOTE Override hook provided args to prevent automatic
@@ -66,7 +66,7 @@ repos:
6666
stages: *spell-check-stages
6767

6868
- repo: https://github.com/charliermarsh/ruff-pre-commit
69-
rev: v0.14.4
69+
rev: v0.14.7
7070
hooks:
7171
- id: ruff
7272

@@ -77,7 +77,7 @@ repos:
7777
- id: rst-directive-colons
7878

7979
- repo: https://github.com/sphinx-contrib/sphinx-lint
80-
rev: v1.0.1
80+
rev: v1.0.2
8181
hooks:
8282
- id: sphinx-lint
8383

0 commit comments

Comments
 (0)