We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bb047d commit 499ad51Copy full SHA for 499ad51
.pre-commit-config.yaml
@@ -28,7 +28,7 @@ repos:
28
- id: trailing-whitespace
29
exclude_types: [svg]
30
- repo: https://github.com/pre-commit/mirrors-mypy
31
- rev: v1.11.2
+ rev: v1.14.1
32
hooks:
33
- id: mypy
34
additional_dependencies:
@@ -79,7 +79,7 @@ repos:
79
- id: yamllint
80
args: ["--strict", "--config-file=.yamllint.yml"]
81
- repo: https://github.com/python-jsonschema/check-jsonschema
82
- rev: 0.29.3
+ rev: 0.30.0
83
84
# TODO: Re-enable this when https://github.com/microsoft/azure-pipelines-vscode/issues/567 is fixed.
85
# - id: check-azure-pipelines
0 commit comments