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 b16179f + 3846ccf commit 2c9d289Copy full SHA for 2c9d289
1 file changed
.pre-commit-config.yaml
@@ -20,7 +20,7 @@ repos:
20
hooks:
21
- id: add-trailing-comma
22
- repo: https://github.com/asottile/pyupgrade
23
- rev: v3.18.0
+ rev: v3.19.0
24
25
- id: pyupgrade
26
args: [--py39-plus]
@@ -33,7 +33,7 @@ repos:
33
34
- id: flake8
35
- repo: https://github.com/pre-commit/mirrors-mypy
36
- rev: v1.12.1
+ rev: v1.13.0
37
38
- id: mypy
39
- repo: https://github.com/biomejs/pre-commit
0 commit comments