Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#292)
Browse files Browse the repository at this point in the history
updates:
- [github.com/tox-dev/pyproject-fmt: 2.2.1 → 2.2.4](tox-dev/pyproject-fmt@2.2.1...2.2.4)
- [github.com/astral-sh/ruff-pre-commit: v0.6.2 → v0.6.7](astral-sh/ruff-pre-commit@v0.6.2...v0.6.7)
- [github.com/pre-commit/mirrors-mypy: v1.11.1 → v1.11.2](pre-commit/mirrors-mypy@v1.11.1...v1.11.2)
- [github.com/astral-sh/ruff-pre-commit: v0.6.2 → v0.6.7](astral-sh/ruff-pre-commit@v0.6.2...v0.6.7)
- [github.com/rhysd/actionlint: v1.7.1 → v1.7.2](rhysd/actionlint@v1.7.1...v1.7.2)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Sep 26, 2024
1 parent 162533e commit 5bea36b
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 @@ -23,7 +23,7 @@ repos:
args: [--in-place, --config, ./pyproject.toml]

- repo: https://github.com/tox-dev/pyproject-fmt
rev: "2.2.1"
rev: "2.2.4"
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.2
rev: v0.6.7
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.1
rev: v1.11.2
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.2
rev: v0.6.7
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.1"
rev: "v1.7.2"
hooks:
- id: actionlint

0 comments on commit 5bea36b

Please sign in to comment.