Skip to content

Commit b7f68f1

Browse files
[pre-commit.ci] pre-commit autoupdate (#717)
<!--pre-commit.ci start--> updates: - [github.com/PyCQA/flake8: 7.2.0 → 7.3.0](PyCQA/flake8@7.2.0...7.3.0) - [github.com/python-jsonschema/check-jsonschema: 0.33.0 → 0.33.1](python-jsonschema/check-jsonschema@0.33.0...0.33.1) - [github.com/pre-commit/mirrors-mypy.git: v1.16.0 → v1.16.1](https://github.com/pre-commit/mirrors-mypy.git/compare/v1.16.0...v1.16.1) <!--pre-commit.ci end--> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 2b1acac commit b7f68f1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ repos:
3636
- id: check-yaml
3737
- id: debug-statements
3838
- repo: https://github.com/PyCQA/flake8
39-
rev: 7.2.0
39+
rev: 7.3.0
4040
hooks:
4141
- id: flake8
4242
language_version: python3
@@ -56,12 +56,12 @@ repos:
5656
- -ignore
5757
- 'SC1004:'
5858
- repo: https://github.com/python-jsonschema/check-jsonschema
59-
rev: 0.33.0
59+
rev: 0.33.1
6060
hooks:
6161
- id: check-github-actions
6262

6363
- repo: https://github.com/pre-commit/mirrors-mypy.git
64-
rev: v1.16.0
64+
rev: v1.16.1
6565
hooks:
6666
- id: mypy
6767
alias: mypy-py313

0 commit comments

Comments
 (0)