Skip to content

Commit b590312

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/codespell-project/codespell: v2.4.1 → v2.4.2](codespell-project/codespell@v2.4.1...v2.4.2) - [github.com/astral-sh/ruff-pre-commit: v0.15.2 → v0.15.9](astral-sh/ruff-pre-commit@v0.15.2...v0.15.9) - [github.com/tox-dev/pyproject-fmt: v2.16.2 → v2.21.0](tox-dev/pyproject-fmt@v2.16.2...v2.21.0)
1 parent a3359a3 commit b590312

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,20 +50,20 @@ repos:
5050
- id: auto-walrus
5151

5252
- repo: https://github.com/codespell-project/codespell
53-
rev: v2.4.1
53+
rev: v2.4.2
5454
hooks:
5555
- id: codespell # See pyproject.toml for args
5656
additional_dependencies:
5757
- tomli
5858

5959
- repo: https://github.com/astral-sh/ruff-pre-commit
60-
rev: v0.15.2
60+
rev: v0.15.9
6161
hooks:
6262
- id: ruff-check
6363
# - id: ruff-format
6464

6565
- repo: https://github.com/tox-dev/pyproject-fmt
66-
rev: v2.16.2
66+
rev: v2.21.0
6767
hooks:
6868
- id: pyproject-fmt
6969

0 commit comments

Comments
 (0)