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 cd1bead + 2cda0a7 commit f15c498Copy full SHA for f15c498
1 file changed
.pre-commit-config.yaml
@@ -25,7 +25,7 @@ repos:
25
- id: pyupgrade
26
args: [--py38-plus]
27
- repo: https://github.com/hhatto/autopep8
28
- rev: v2.3.0
+ rev: v2.3.1
29
hooks:
30
- id: autopep8
31
- repo: https://github.com/PyCQA/flake8
@@ -38,7 +38,7 @@ repos:
38
- id: mypy
39
additional_dependencies: [types-all]
40
- repo: https://github.com/biomejs/pre-commit
41
- rev: v0.3.0
+ rev: v0.4.0
42
43
- id: biome-check
44
additional_dependencies: ["@biomejs/biome@1.8.1"]
0 commit comments