Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
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.3](astral-sh/ruff-pre-commit@v0.4.4...v0.6.3)
  • Loading branch information
pre-commit-ci[bot] authored Sep 2, 2024
1 parent 87a72d6 commit 0a0a51d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,21 +35,21 @@ repos:
- id: "python-use-type-annotations"

- repo: "https://github.com/asottile/reorder_python_imports"
rev: "v3.12.0"
rev: "v3.13.0"
hooks:
- id: "reorder-python-imports"
args:
- "--py38-plus"

- repo: "https://github.com/psf/black"
rev: "24.4.2"
rev: "24.8.0"
hooks:
- id: "black"
args: ["--diff"]

- repo: "https://github.com/charliermarsh/ruff-pre-commit"
# Ruff version.
rev: "v0.4.4"
rev: "v0.6.3"
hooks:
- id: "ruff"

Expand Down

0 comments on commit 0a0a51d

Please sign in to comment.