Skip to content

Commit 1fd4bba

Browse files
[pre-commit.ci] pre-commit autoupdate (#428)
<!--pre-commit.ci start--> 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.4 → v0.15.9](astral-sh/ruff-pre-commit@v0.15.4...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) <!--pre-commit.ci end--> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent efa02e9 commit 1fd4bba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ 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
5656
args:
@@ -59,13 +59,13 @@ repos:
5959
- tomli
6060

6161
- repo: https://github.com/astral-sh/ruff-pre-commit
62-
rev: v0.15.4
62+
rev: v0.15.9
6363
hooks:
6464
- id: ruff-check
6565
- id: ruff-format
6666

6767
- repo: https://github.com/tox-dev/pyproject-fmt
68-
rev: v2.16.2
68+
rev: v2.21.0
6969
hooks:
7070
- id: pyproject-fmt
7171

0 commit comments

Comments
 (0)