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.5.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.5.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/astral-sh/ruff-pre-commit: v0.1.7 → v0.8.6](astral-sh/ruff-pre-commit@v0.1.7...v0.8.6)
- [github.com/kynan/nbstripout: 0.6.1 → 0.8.1](kynan/nbstripout@0.6.1...0.8.1)
  • Loading branch information
pre-commit-ci[bot] authored Jan 6, 2025
1 parent 5194dfe commit 033bdd3
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 @@ -6,7 +6,7 @@ fail_fast: false

repos:
- repo: "https://github.com/pre-commit/pre-commit-hooks"
rev: "v4.5.0"
rev: "v5.0.0"
hooks:
- id: "check-added-large-files"
args: ["--maxkb=40000"]
Expand Down Expand Up @@ -34,21 +34,21 @@ 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/astral-sh/ruff-pre-commit"
# Ruff version.
rev: "v0.1.7"
rev: "v0.8.6"
hooks:
- id: "ruff"
- id: "ruff-format"

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

Expand Down

0 comments on commit 033bdd3

Please sign in to comment.