We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87a72d6 commit 27c2236Copy full SHA for 27c2236
.pre-commit-config.yaml
@@ -35,21 +35,21 @@ repos:
35
- id: "python-use-type-annotations"
36
37
- repo: "https://github.com/asottile/reorder_python_imports"
38
- rev: "v3.12.0"
+ rev: "v3.13.0"
39
hooks:
40
- id: "reorder-python-imports"
41
args:
42
- "--py38-plus"
43
44
- repo: "https://github.com/psf/black"
45
- rev: "24.4.2"
+ rev: "24.8.0"
46
47
- id: "black"
48
args: ["--diff"]
49
50
- repo: "https://github.com/charliermarsh/ruff-pre-commit"
51
# Ruff version.
52
- rev: "v0.4.4"
+ rev: "v0.6.2"
53
54
- id: "ruff"
55
0 commit comments