Skip to content

Commit f1f40a1

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/python-jsonschema/check-jsonschema: 0.37.1 → 0.37.4](python-jsonschema/check-jsonschema@0.37.1...0.37.4) - [github.com/pre-commit/mirrors-mypy: v1.20.0 → v2.1.0](pre-commit/mirrors-mypy@v1.20.0...v2.1.0)
1 parent 4235ae7 commit f1f40a1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ repos:
1919
- id: check-added-large-files
2020
- id: check-case-conflict
2121
- repo: https://github.com/python-jsonschema/check-jsonschema
22-
rev: 0.37.1
22+
rev: 0.37.4
2323
hooks:
2424
- id: check-dependabot
2525
- id: check-github-workflows
@@ -51,7 +51,7 @@ repos:
5151
- id: codespell
5252
args: ["--config=.codespellrc", "--dictionary=-", "--dictionary=.codespell_dict"]
5353
- repo: https://github.com/pre-commit/mirrors-mypy
54-
rev: v1.20.0
54+
rev: v2.1.0
5555
hooks:
5656
- id: mypy
5757
# Sync with project.optional-dependencies.typing

0 commit comments

Comments
 (0)