Skip to content

Commit 69098a6

Browse files
[pre-commit.ci] pre-commit autoupdate (#68)
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.2 → 0.33.0](python-jsonschema/check-jsonschema@0.31.2...0.33.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent f99f03e commit 69098a6

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
@@ -37,7 +37,7 @@ repos:
3737
- id: check-yaml
3838
- id: debug-statements
3939
- repo: https://github.com/PyCQA/flake8
40-
rev: 7.1.2
40+
rev: 7.2.0
4141
hooks:
4242
- id: flake8
4343
language_version: python3
@@ -46,7 +46,7 @@ repos:
4646
hooks:
4747
- id: python-use-type-annotations
4848
- repo: https://github.com/python-jsonschema/check-jsonschema
49-
rev: 0.31.2
49+
rev: 0.33.0
5050
hooks:
5151
- id: check-github-actions
5252
- id: check-github-workflows

0 commit comments

Comments
 (0)