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 36d2da4 + ff770be commit 041e526Copy full SHA for 041e526
1 file changed
.pre-commit-config.yaml
@@ -23,7 +23,7 @@ repos:
23
hooks:
24
- id: add-trailing-comma
25
- repo: https://github.com/asottile/pyupgrade
26
- rev: v3.18.0
+ rev: v3.19.0
27
28
- id: pyupgrade
29
args: [--py39-plus]
@@ -36,7 +36,7 @@ repos:
36
37
- id: flake8
38
- repo: https://github.com/pre-commit/mirrors-mypy
39
- rev: v1.12.1
+ rev: v1.13.0
40
41
- id: mypy
42
additional_dependencies: [types-pyyaml]
0 commit comments