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 ce50079 + bca404e commit 267690cCopy full SHA for 267690c
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.19.0
+ rev: v3.19.1
27
28
- id: pyupgrade
29
args: [--py39-plus]
@@ -37,6 +37,6 @@ repos:
37
- id: flake8
38
exclude: ^identify/vendor/licenses\.py$
39
- repo: https://github.com/pre-commit/mirrors-mypy
40
- rev: v1.13.0
+ rev: v1.14.0
41
42
- id: mypy
0 commit comments