We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b2380ba + d693446 commit 2aaf15cCopy full SHA for 2aaf15c
.pre-commit-config.yaml
@@ -19,7 +19,7 @@ repos:
19
args: [ "-x"]
20
21
- repo: https://github.com/pre-commit/mirrors-mypy
22
- rev: v1.19.0
+ rev: v1.19.1
23
hooks:
24
- id: mypy
25
args: [ --follow-imports=silent, --config-file=pyproject.toml]
@@ -90,7 +90,7 @@ repos:
90
91
# this validates our github workflow files
92
- repo: https://github.com/python-jsonschema/check-jsonschema
93
- rev: 0.35.0
+ rev: 0.36.0
94
95
- id: check-github-workflows
96
doc/changelog.d/4346.maintenance.md
@@ -0,0 +1 @@
1
+Pre-commit autoupdate
0 commit comments