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/python-jsonschema/check-jsonschema: 0.28.6 → 0.30.0](python-jsonschema/check-jsonschema@0.28.6...0.30.0)
- [github.com/asottile/reorder_python_imports: v3.13.0 → v3.14.0](asottile/reorder-python-imports@v3.13.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.10 → v0.8.1](astral-sh/ruff-pre-commit@v0.4.10...v0.8.1)
- [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 2, 2024
1 parent b375eae commit f867b6d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 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"
exclude: "tests/cassettes/.*"
Expand Down Expand Up @@ -41,31 +41,31 @@ repos:
- id: "shellcheck"

- repo: "https://github.com/python-jsonschema/check-jsonschema"
rev: "0.28.6"
rev: "0.30.0"
hooks:
- id: "check-github-workflows"
- id: "check-readthedocs"

- repo: "https://github.com/asottile/reorder_python_imports"
rev: "v3.13.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"

- repo: "https://github.com/charliermarsh/ruff-pre-commit"
# Ruff version.
rev: 'v0.4.10'
rev: 'v0.8.1'
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 f867b6d

Please sign in to comment.