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 61aaf13 commit dfbdc63Copy full SHA for dfbdc63
.pre-commit-config.yaml
@@ -48,7 +48,7 @@ repos:
48
- id: prettier
49
args: [--config, .meta/prettierrc.yml]
50
- repo: https://github.com/adrienverge/yamllint
51
- rev: "v1.33.0"
+ rev: "v1.35.1"
52
hooks:
53
- id: yamllint
54
args: [-c, .meta/yamllint.yaml]
@@ -75,7 +75,7 @@ repos:
75
- id: add-trailing-comma
76
args: [--py36-plus]
77
- repo: https://github.com/asottile/pyupgrade
78
- rev: "v3.15.0"
+ rev: "v3.15.1"
79
80
- id: pyupgrade
81
@@ -89,7 +89,7 @@ repos:
89
- id: mypy
90
args: [--config-file, .meta/mypy.ini]
91
- repo: https://github.com/psf/black
92
- rev: "24.1.1"
+ rev: "24.2.0"
93
94
- id: black
95
language_version: python38
0 commit comments