Skip to content

Commit 3b917c6

Browse files
[pre-commit.ci] pre-commit autoupdate (#12)
<!--pre-commit.ci start--> updates: - [github.com/PyCQA/doc8: v1.1.1 → v1.1.2](PyCQA/doc8@v1.1.1...v1.1.2) - [github.com/python-jsonschema/check-jsonschema: 0.29.1 → 0.29.2](python-jsonschema/check-jsonschema@0.29.1...0.29.2) <!--pre-commit.ci end--> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 8e5a829 commit 3b917c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ repos:
8989

9090
# Docs - RestructuredText hooks
9191
- repo: https://github.com/PyCQA/doc8
92-
rev: v1.1.1
92+
rev: v1.1.2
9393
hooks:
9494
- id: doc8
9595
args: ['--max-line-length=100', '--ignore=D001']
@@ -114,7 +114,7 @@ repos:
114114

115115
# Check Github files
116116
- repo: https://github.com/python-jsonschema/check-jsonschema
117-
rev: 0.29.1
117+
rev: 0.29.2
118118
hooks:
119119
- id: check-github-workflows
120120
args: ["--verbose"]

0 commit comments

Comments
 (0)