Skip to content

Commit 499ad51

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/mirrors-mypy: v1.11.2 → v1.14.1](pre-commit/mirrors-mypy@v1.11.2...v1.14.1) - [github.com/python-jsonschema/check-jsonschema: 0.29.3 → 0.30.0](python-jsonschema/check-jsonschema@0.29.3...0.30.0)
1 parent 9bb047d commit 499ad51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ repos:
2828
- id: trailing-whitespace
2929
exclude_types: [svg]
3030
- repo: https://github.com/pre-commit/mirrors-mypy
31-
rev: v1.11.2
31+
rev: v1.14.1
3232
hooks:
3333
- id: mypy
3434
additional_dependencies:
@@ -79,7 +79,7 @@ repos:
7979
- id: yamllint
8080
args: ["--strict", "--config-file=.yamllint.yml"]
8181
- repo: https://github.com/python-jsonschema/check-jsonschema
82-
rev: 0.29.3
82+
rev: 0.30.0
8383
hooks:
8484
# TODO: Re-enable this when https://github.com/microsoft/azure-pipelines-vscode/issues/567 is fixed.
8585
# - id: check-azure-pipelines

0 commit comments

Comments
 (0)