Skip to content

Commit bd9eacf

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

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
@@ -10,7 +10,7 @@ repos:
1010
- id: isort
1111

1212
- repo: https://github.com/PyCQA/flake8
13-
rev: 7.1.2
13+
rev: 7.2.0
1414
hooks:
1515
- id: flake8
1616

@@ -37,7 +37,7 @@ repos:
3737

3838
# this validates our github workflow files
3939
- repo: https://github.com/python-jsonschema/check-jsonschema
40-
rev: 0.31.3
40+
rev: 0.32.1
4141
hooks:
4242
- id: check-github-workflows
4343

0 commit comments

Comments
 (0)