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/tox-dev/pyproject-fmt: 2.2.4 → v2.5.0](tox-dev/pyproject-fmt@2.2.4...v2.5.0)
- [github.com/kynan/nbstripout: 0.7.1 → 0.8.1](kynan/nbstripout@0.7.1...0.8.1)
- [github.com/astral-sh/ruff-pre-commit: v0.6.7 → v0.8.0](astral-sh/ruff-pre-commit@v0.6.7...v0.8.0)
- [github.com/pre-commit/mirrors-mypy: v1.11.2 → v1.13.0](pre-commit/mirrors-mypy@v1.11.2...v1.13.0)
- [github.com/astral-sh/ruff-pre-commit: v0.6.7 → v0.8.0](astral-sh/ruff-pre-commit@v0.6.7...v0.8.0)
- [github.com/rhysd/actionlint: v1.7.2 → v1.7.4](rhysd/actionlint@v1.7.2...v1.7.4)
  • Loading branch information
pre-commit-ci[bot] authored Nov 25, 2024
1 parent 29b37dc commit 61cb20e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ci:
repos:
# Formatters
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: check-ast
- id: check-builtin-literals
Expand All @@ -23,7 +23,7 @@ repos:
args: [--in-place, --config, ./pyproject.toml]

- repo: https://github.com/tox-dev/pyproject-fmt
rev: "2.2.4"
rev: "v2.5.0"
hooks:
- id: pyproject-fmt

Expand All @@ -39,14 +39,14 @@ repos:

# Notebook tools
- repo: https://github.com/kynan/nbstripout
rev: 0.7.1
rev: 0.8.1
hooks:
- id: nbstripout
args: [--drop-empty-cells]

- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.6.7
rev: v0.8.0
hooks:
- id: ruff
name: "ruff sort imports notebooks"
Expand All @@ -72,7 +72,7 @@ repos:
# Linters

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.11.2
rev: v1.13.0
hooks:
- id: mypy
exclude: ^docs
Expand All @@ -88,7 +88,7 @@ repos:

- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.6.7
rev: v0.8.0
hooks:
- id: ruff
name: "ruff sort imports"
Expand Down Expand Up @@ -127,6 +127,6 @@ repos:
args: ["--ignore-words-list=doas"]

- repo: https://github.com/rhysd/actionlint
rev: "v1.7.2"
rev: "v1.7.4"
hooks:
- id: actionlint

0 comments on commit 61cb20e

Please sign in to comment.