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 223ae82 + 6429ed8 commit c62cb56Copy full SHA for c62cb56
.pre-commit-config.yaml
@@ -31,14 +31,14 @@ repos:
31
- id: python-use-type-annotations
32
33
- repo: https://github.com/asottile/pyupgrade
34
- rev: v3.15.2
+ rev: v3.16.0
35
hooks:
36
- id: pyupgrade
37
args:
38
- "--py38-plus"
39
40
- repo: https://github.com/astral-sh/ruff-pre-commit
41
- rev: "v0.4.7"
+ rev: "v0.5.0"
42
43
- id: ruff
44
@@ -62,7 +62,7 @@ repos:
62
- --target-version=py38
63
64
- repo: https://github.com/pycqa/flake8
65
- rev: 7.0.0
+ rev: 7.1.0
66
67
- id: flake8
68
additional_dependencies:
0 commit comments