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.14.0](asottile/reorder-python-imports@v3.12.0...v3.14.0)
- [github.com/psf/black: 24.4.2 → 24.10.0](psf/black@24.4.2...24.10.0)
- [github.com/charliermarsh/ruff-pre-commit: v0.4.4 → v0.8.3](astral-sh/ruff-pre-commit@v0.4.4...v0.8.3)
- [github.com/kynan/nbstripout: 0.7.1 → 0.8.1](kynan/nbstripout@0.7.1...0.8.1)
  • Loading branch information
pre-commit-ci[bot] authored Dec 16, 2024
1 parent 87a72d6 commit 5cbf2ed
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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,26 +35,26 @@ repos:
- id: "python-use-type-annotations"

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

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

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

- repo: "https://github.com/kynan/nbstripout"
rev: "0.7.1"
rev: "0.8.1"
hooks:
- id: "nbstripout"

Expand Down

0 comments on commit 5cbf2ed

Please sign in to comment.