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.
1 parent d671831 commit 019b032Copy full SHA for 019b032
.pre-commit-config.yaml
@@ -25,12 +25,12 @@ repos:
25
args: []
26
27
- repo: https://github.com/asottile/pyupgrade
28
- rev: "v3.20.0"
+ rev: "v3.21.0"
29
hooks:
30
- id: pyupgrade
31
32
- repo: https://github.com/pre-commit/mirrors-mypy
33
- rev: "v1.17.0"
+ rev: "v1.18.2"
34
35
- id: mypy
36
args:
@@ -40,6 +40,6 @@ repos:
40
- types-PyYAML
41
42
- repo: https://github.com/hadolint/hadolint
43
- rev: "v2.12.1-beta"
+ rev: "v2.14.0"
44
45
- id: hadolint-docker
0 commit comments