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 0f6033b + 3ad86ee commit 055a33bCopy full SHA for 055a33b
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.15.2
+ rev: v3.16.0
24
25
- id: pyupgrade
26
args: [--py38-plus]
@@ -38,10 +38,10 @@ repos:
38
- id: mypy
39
additional_dependencies: [types-all]
40
- repo: https://github.com/biomejs/pre-commit
41
- rev: v0.1.0
+ rev: v0.2.0
42
43
- id: biome-check
44
- additional_dependencies: ["@biomejs/biome@1.4.1"]
+ additional_dependencies: ["@biomejs/biome@1.8.1"]
45
- repo: local
46
47
- id: no-github-dot-git
0 commit comments