We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87a72d6 commit 96a3c7cCopy full SHA for 96a3c7c
.pre-commit-config.yaml
@@ -35,7 +35,7 @@ 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:
@@ -49,7 +49,7 @@ repos:
49
50
- repo: "https://github.com/charliermarsh/ruff-pre-commit"
51
# Ruff version.
52
- rev: "v0.4.4"
+ rev: "v0.4.9"
53
54
- id: "ruff"
55
0 commit comments