Skip to content

Commit 1b99e80

Browse files
Bump version of pre-commit hooks (#14)
This pull request contains auto-updated files of the pre-commit config. ```diff diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 43d4449..05beae0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -49,3 +49,3 @@ repos: - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v20.1.5 + rev: v20.1.7 hooks: @@ -94,3 +94,3 @@ repos: - repo: https://github.com/PyCQA/doc8 - rev: v1.1.2 + rev: v2.0.0 hooks: @@ -119,3 +119,3 @@ repos: - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.33.0 + rev: 0.33.1 hooks: ``` Co-authored-by: GreatAlexander <4009412+GreatAlexander@users.noreply.github.com>
1 parent 2a4d7b3 commit 1b99e80

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ repos:
4747

4848
# CPP hooks
4949
- repo: https://github.com/pre-commit/mirrors-clang-format
50-
rev: v20.1.5
50+
rev: v20.1.7
5151
hooks:
5252
- id: clang-format
5353
args: ['-fallback-style=none', '-i']
@@ -92,7 +92,7 @@ repos:
9292

9393
# Docs - RestructuredText hooks
9494
- repo: https://github.com/PyCQA/doc8
95-
rev: v1.1.2
95+
rev: v2.0.0
9696
hooks:
9797
- id: doc8
9898
args: ['--max-line-length=100', '--ignore=D001']
@@ -117,7 +117,7 @@ repos:
117117

118118
# Check Github files
119119
- repo: https://github.com/python-jsonschema/check-jsonschema
120-
rev: 0.33.0
120+
rev: 0.33.1
121121
hooks:
122122
- id: check-github-workflows
123123
args: ["--verbose"]

0 commit comments

Comments
 (0)