Skip to content

Commit 6c47ce3

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.16.0 → v3.17.0](asottile/pyupgrade@v3.16.0...v3.17.0) - [github.com/pycqa/flake8: 7.1.0 → 7.1.1](PyCQA/flake8@7.1.0...7.1.1) - [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.28.6 → 0.29.2](python-jsonschema/check-jsonschema@0.28.6...0.29.2)
1 parent 2e219a3 commit 6c47ce3

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
@@ -35,7 +35,7 @@ repos:
3535

3636
# Python hooks
3737
- repo: https://github.com/asottile/pyupgrade
38-
rev: v3.16.0
38+
rev: v3.17.0
3939
hooks:
4040
- id: pyupgrade
4141
args: [--py36-plus]
@@ -51,7 +51,7 @@ repos:
5151
args: ["--ignore=D100,D101,D102,D103,D104,D105,D106,D107,D203,D212,D404"]
5252

5353
- repo: https://github.com/pycqa/flake8
54-
rev: 7.1.0
54+
rev: 7.1.1
5555
hooks:
5656
- id: flake8
5757
args: ["--extend-ignore=E501"]
@@ -102,7 +102,7 @@ repos:
102102

103103
# Docs - RestructuredText hooks
104104
- repo: https://github.com/PyCQA/doc8
105-
rev: v1.1.1
105+
rev: v1.1.2
106106
hooks:
107107
- id: doc8
108108
args: ['--max-line-length=100', '--ignore=D001']
@@ -126,7 +126,7 @@ repos:
126126
exclude: CHANGELOG\.rst|\.(svg|pyc)$
127127

128128
- repo: https://github.com/python-jsonschema/check-jsonschema
129-
rev: 0.28.6
129+
rev: 0.29.2
130130
hooks:
131131
- id: check-github-workflows
132132
args: ["--verbose"]

0 commit comments

Comments
 (0)