Skip to content

Commit dc0b1f1

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 180cc2e commit dc0b1f1

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
@@ -8,7 +8,7 @@ repos:
88
- id: end-of-file-fixer
99
- id: trailing-whitespace
1010
- repo: https://github.com/python-jsonschema/check-jsonschema
11-
rev: 0.31.3
11+
rev: 0.32.1
1212
hooks:
1313
- id: check-github-workflows
1414
- id: check-dependabot
@@ -28,7 +28,7 @@ repos:
2828
- id: pyupgrade
2929
args: ["--py37-plus"]
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)