Skip to content

Commit f8566dd

Browse files
authored
Bump version of pre-commit hooks (backport #109) (#110)
1 parent a76d575 commit f8566dd

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
@@ -55,7 +55,7 @@ repos:
5555
args: ["--line-length=99"]
5656

5757
- repo: https://github.com/pycqa/flake8
58-
rev: 7.1.1
58+
rev: 7.1.2
5959
hooks:
6060
- id: flake8
6161
args: ["--extend-ignore=E501"]
@@ -131,7 +131,7 @@ repos:
131131
exclude: CHANGELOG\.rst|\.(svg|pyc)$
132132

133133
- repo: https://github.com/python-jsonschema/check-jsonschema
134-
rev: 0.31.1
134+
rev: 0.31.2
135135
hooks:
136136
- id: check-github-workflows
137137
args: ["--verbose"]

0 commit comments

Comments
 (0)