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 27c2236

Browse files
authoredAug 26, 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/psf/black: 24.4.2 → 24.8.0](psf/black@24.4.2...24.8.0) - [github.com/charliermarsh/ruff-pre-commit: v0.4.4 → v0.6.2](astral-sh/ruff-pre-commit@v0.4.4...v0.6.2)
1 parent 87a72d6 commit 27c2236

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -35,21 +35,21 @@ 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:
4242
- "--py38-plus"
4343

4444
- repo: "https://github.com/psf/black"
45-
rev: "24.4.2"
45+
rev: "24.8.0"
4646
hooks:
4747
- id: "black"
4848
args: ["--diff"]
4949

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

0 commit comments

Comments
 (0)
Please sign in to comment.