Skip to content

Commit ad19e6d

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/python-jsonschema/check-jsonschema: 0.31.3 → 0.32.1](python-jsonschema/check-jsonschema@0.31.3...0.32.1) - [github.com/pyCQA/flake8: 7.1.2 → 7.2.0](PyCQA/flake8@7.1.2...7.2.0)
1 parent 35d3e40 commit ad19e6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ repos:
1717
- id: check-added-large-files
1818
- id: check-case-conflict
1919
- repo: https://github.com/python-jsonschema/check-jsonschema
20-
rev: 0.31.3
20+
rev: 0.32.1
2121
hooks:
2222
- id: check-dependabot
2323
- id: check-github-workflows
@@ -47,7 +47,7 @@ repos:
4747
files: tools/schemacode
4848
args: ["--settings-file", "tools/schemacode/pyproject.toml"]
4949
- repo: https://github.com/pyCQA/flake8
50-
rev: 7.1.2
50+
rev: 7.2.0
5151
hooks:
5252
- id: flake8
5353
args: [--config=tools/schemacode/.flake8]

0 commit comments

Comments
 (0)