Thanks to visit codestin.com Credit goes to github.com
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 cb14bc2 + db85eee commit 1027596Copy full SHA for 1027596
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.19.0
+ rev: v3.19.1
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.13.0
+ rev: v1.14.0
41
42
- id: mypy
43
additional_dependencies: [types-pyyaml]
0 commit comments