Skip to content

Commit b0277e5

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.5.0...v6.0.0) - [github.com/codespell-project/codespell: v2.2.6 → v2.4.1](codespell-project/codespell@v2.2.6...v2.4.1) - [github.com/editorconfig-checker/editorconfig-checker.python: 2.7.3 → 3.4.0](editorconfig-checker/editorconfig-checker.python@2.7.3...3.4.0) - [github.com/igorshubovych/markdownlint-cli: v0.39.0 → v0.45.0](igorshubovych/markdownlint-cli@v0.39.0...v0.45.0) - [github.com/pre-commit/mirrors-clang-format: v17.0.6 → v21.1.2](pre-commit/mirrors-clang-format@v17.0.6...v21.1.2)
1 parent 60c9980 commit b0277e5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ fail_fast: false
1414

1515
repos:
1616
- repo: https://github.com/pre-commit/pre-commit-hooks
17-
rev: v4.5.0
17+
rev: v6.0.0
1818
hooks:
1919
- id: check-added-large-files
2020
args: [--maxkb=200]
@@ -51,7 +51,7 @@ repos:
5151
args: [--whitespaces-count, '2']
5252

5353
- repo: https://github.com/codespell-project/codespell
54-
rev: v2.2.6
54+
rev: v2.4.1
5555
hooks:
5656
- id: codespell
5757

@@ -63,13 +63,13 @@ repos:
6363
args: [--mapping, '2', --sequence, '2', --offset, '0', --width, '250']
6464

6565
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
66-
rev: 2.7.3
66+
rev: 3.4.0
6767
hooks:
6868
- id: editorconfig-checker
6969
name: check .editorconfig rules
7070

7171
- repo: https://github.com/igorshubovych/markdownlint-cli
72-
rev: v0.39.0
72+
rev: v0.45.0
7373
hooks:
7474
- id: markdownlint
7575
args: [--config=.markdownlint.yml, scan]
@@ -83,7 +83,7 @@ repos:
8383
args: [--config=.cmake-linter.yml]
8484

8585
- repo: https://github.com/pre-commit/mirrors-clang-format
86-
rev: v17.0.6
86+
rev: v21.1.2
8787
hooks:
8888
- id: clang-format
8989

0 commit comments

Comments
 (0)