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 d57c569 + 90a7185 commit 338b021Copy full SHA for 338b021
1 file changed
.pre-commit-config.yaml
@@ -25,11 +25,11 @@ repos:
25
- id: pyupgrade
26
args: [--py38-plus]
27
- repo: https://github.com/hhatto/autopep8
28
- rev: v2.2.0
+ rev: v2.3.0
29
hooks:
30
- id: autopep8
31
- repo: https://github.com/PyCQA/flake8
32
- rev: 7.0.0
+ rev: 7.1.0
33
34
- id: flake8
35
- repo: https://github.com/pre-commit/mirrors-mypy
@@ -38,7 +38,7 @@ repos:
38
- id: mypy
39
additional_dependencies: [types-all]
40
- repo: https://github.com/biomejs/pre-commit
41
- rev: v0.2.0
+ rev: v0.3.0
42
43
- id: biome-check
44
additional_dependencies: ["@biomejs/biome@1.8.1"]
0 commit comments