Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 96a3c7c

Browse files
authoredJun 17, 2024··
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/reorder_python_imports: v3.12.0 → v3.13.0](asottile/reorder-python-imports@v3.12.0...v3.13.0) - [github.com/charliermarsh/ruff-pre-commit: v0.4.4 → v0.4.9](astral-sh/ruff-pre-commit@v0.4.4...v0.4.9)
1 parent 87a72d6 commit 96a3c7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ repos:
3535
- id: "python-use-type-annotations"
3636

3737
- repo: "https://github.com/asottile/reorder_python_imports"
38-
rev: "v3.12.0"
38+
rev: "v3.13.0"
3939
hooks:
4040
- id: "reorder-python-imports"
4141
args:
@@ -49,7 +49,7 @@ repos:
4949

5050
- repo: "https://github.com/charliermarsh/ruff-pre-commit"
5151
# Ruff version.
52-
rev: "v0.4.4"
52+
rev: "v0.4.9"
5353
hooks:
5454
- id: "ruff"
5555

0 commit comments

Comments
 (0)
Please sign in to comment.