URL: http://github.com/pre-commit/pre-commit/commit/9da45a686ab3959488020382abf897d6b9418d05
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 611195a + 708ca3b commit 9da45a6Copy full SHA for 9da45a6
1 file changed
.pre-commit-config.yaml
@@ -24,7 +24,7 @@ repos:
24
hooks:
25
- id: add-trailing-comma
26
- repo: https://github.com/asottile/pyupgrade
27
- rev: v3.18.0
+ rev: v3.19.0
28
29
- id: pyupgrade
30
args: [--py39-plus]
@@ -37,7 +37,7 @@ repos:
37
38
- id: flake8
39
- repo: https://github.com/pre-commit/mirrors-mypy
40
- rev: v1.12.1
+ rev: v1.13.0
41
42
- id: mypy
43
additional_dependencies: [types-pyyaml]
0 commit comments