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 829ca64 + 7cbbeca commit c263ac9Copy full SHA for c263ac9
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.19.0
+ rev: v3.19.1
24
25
- id: pyupgrade
26
args: [--py39-plus]
@@ -33,13 +33,11 @@ repos:
33
34
- id: flake8
35
- repo: https://github.com/pre-commit/mirrors-mypy
36
- rev: v1.13.0
+ rev: v1.14.0
37
38
- id: mypy
39
- repo: https://github.com/biomejs/pre-commit
40
- rev: v0.6.0
+ rev: v0.6.1
41
42
- id: biome-check
43
additional_dependencies: ["@biomejs/biome@1.8.1"]
44
- # https://github.com/biomejs/pre-commit/issues/16
45
- language_version: default
0 commit comments