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 → 2.4.3](tox-dev/pyproject-fmt@2.2.4...2.4.3)
- [github.com/astral-sh/ruff-pre-commit: v0.6.7 → v0.7.0](astral-sh/ruff-pre-commit@v0.6.7...v0.7.0)
- [github.com/pre-commit/mirrors-mypy: v1.11.2 → v1.12.1](pre-commit/mirrors-mypy@v1.11.2...v1.12.1)
- [github.com/astral-sh/ruff-pre-commit: v0.6.7 → v0.7.0](astral-sh/ruff-pre-commit@v0.6.7...v0.7.0)
- [github.com/rhysd/actionlint: v1.7.2 → v1.7.3](rhysd/actionlint@v1.7.2...v1.7.3)
  • Loading branch information
pre-commit-ci[bot] authored Oct 21, 2024
1 parent 29b37dc commit 7848f5f
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 @@ -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: "2.4.3"
hooks:
- id: pyproject-fmt

Expand All @@ -46,7 +46,7 @@ repos:

- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.6.7
rev: v0.7.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.12.1
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.7.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.3"
hooks:
- id: actionlint

0 comments on commit 7848f5f

Please sign in to comment.