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/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0)
- [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.9](astral-sh/ruff-pre-commit@v0.4.4...v0.6.9)
  • Loading branch information
pre-commit-ci[bot] authored Oct 7, 2024
1 parent 87a72d6 commit a0cdfc4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ fail_fast: false

repos:
- repo: "https://github.com/pre-commit/pre-commit-hooks"
rev: "v4.6.0"
rev: "v5.0.0"
hooks:
- id: "check-added-large-files"
- id: "check-ast"
Expand All @@ -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.9"
hooks:
- id: "ruff"

Expand Down

0 comments on commit a0cdfc4

Please sign in to comment.