Skip to content

Commit 1ec1b63

Browse files
[pre-commit.ci] pre-commit autoupdate (#547)
updates: - [github.com/python-jsonschema/check-jsonschema: 0.31.3 → 0.32.1](0.31.3...0.32.1) - [github.com/PyCQA/flake8: 7.1.2 → 7.2.0](PyCQA/flake8@7.1.2...7.2.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 7689a14 commit 1ec1b63

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
@@ -1,7 +1,7 @@
11
repos:
22
# dogfood
33
- repo: https://github.com/python-jsonschema/check-jsonschema
4-
rev: 0.31.3
4+
rev: 0.32.1
55
hooks:
66
- id: check-dependabot
77
- id: check-github-workflows
@@ -28,7 +28,7 @@ repos:
2828
hooks:
2929
- id: black
3030
- repo: https://github.com/PyCQA/flake8
31-
rev: 7.1.2
31+
rev: 7.2.0
3232
hooks:
3333
- id: flake8
3434
additional_dependencies:

0 commit comments

Comments
 (0)