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/PyCQA/docformatter: 06907d0 → v1.7.5](PyCQA/docformatter@06907d0...v1.7.5)
- [github.com/astral-sh/ruff-pre-commit: v0.9.1 → v0.9.3](astral-sh/ruff-pre-commit@v0.9.1...v0.9.3)
- [github.com/astral-sh/ruff-pre-commit: v0.9.1 → v0.9.3](astral-sh/ruff-pre-commit@v0.9.1...v0.9.3)
- [github.com/codespell-project/codespell: v2.3.0 → v2.4.0](codespell-project/codespell@v2.3.0...v2.4.0)
- [github.com/rhysd/actionlint: v1.7.6 → v1.7.7](rhysd/actionlint@v1.7.6...v1.7.7)
  • Loading branch information
pre-commit-ci[bot] authored Jan 27, 2025
1 parent bb362ce commit dcf1e84
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 @@ -16,7 +16,7 @@ repos:
args: [--remove]

- repo: https://github.com/PyCQA/docformatter
rev: 06907d0
rev: v1.7.5
hooks:
- id: docformatter
additional_dependencies: [tomli]
Expand Down Expand Up @@ -47,7 +47,7 @@ repos:

- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.9.1
rev: v0.9.3
hooks:
- id: ruff
name: "ruff sort imports notebooks"
Expand Down Expand Up @@ -89,7 +89,7 @@ repos:

- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.9.1
rev: v0.9.3
hooks:
- id: ruff
name: "ruff sort imports"
Expand Down Expand Up @@ -120,15 +120,15 @@ repos:
additional_dependencies: [pydoclint==0.5.6]

- repo: https://github.com/codespell-project/codespell
rev: v2.3.0
rev: v2.4.0
hooks:
- id: codespell
types: [file]
types_or: [python, pyi, markdown, rst, jupyter]
args: ["--ignore-words-list=doas"]

- repo: https://github.com/rhysd/actionlint
rev: "v1.7.6"
rev: "v1.7.7"
hooks:
- id: actionlint

Expand Down

0 comments on commit dcf1e84

Please sign in to comment.