Skip to content

Commit 5750461

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pycqa/flake8: 7.1.1 → 7.1.2](PyCQA/flake8@7.1.1...7.1.2) - [github.com/sirosen/check-jsonschema: 0.31.1 → 0.31.2](python-jsonschema/check-jsonschema@0.31.1...0.31.2)
1 parent 7b4586e commit 5750461

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
@@ -36,7 +36,7 @@ repos:
3636
args: [--py37-plus]
3737

3838
- repo: https://github.com/pycqa/flake8
39-
rev: 7.1.1
39+
rev: 7.1.2
4040
hooks:
4141
- id: flake8
4242
additional_dependencies:
@@ -48,7 +48,7 @@ repos:
4848
stages: [manual]
4949

5050
- repo: https://github.com/sirosen/check-jsonschema
51-
rev: 0.31.1
51+
rev: 0.31.2
5252
hooks:
5353
- id: check-jsonschema
5454
name: "Check GitHub Workflows"

0 commit comments

Comments
 (0)