Skip to content

Commit e04027a

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.6](astral-sh/ruff-pre-commit@v0.15.2...v0.15.6) - [github.com/tox-dev/pyproject-fmt: v2.16.2 → v2.19.0](tox-dev/pyproject-fmt@v2.16.2...v2.19.0)
1 parent 2a3eb60 commit e04027a

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
@@ -47,20 +47,20 @@ repos:
4747
- id: auto-walrus
4848

4949
- repo: https://github.com/codespell-project/codespell
50-
rev: v2.4.1
50+
rev: v2.4.2
5151
hooks:
5252
- id: codespell # See pyproject.toml for args
5353
additional_dependencies:
5454
- tomli
5555

5656
- repo: https://github.com/astral-sh/ruff-pre-commit
57-
rev: v0.15.2
57+
rev: v0.15.6
5858
hooks:
5959
- id: ruff-check
6060
# - id: ruff-format
6161

6262
- repo: https://github.com/tox-dev/pyproject-fmt
63-
rev: v2.16.2
63+
rev: v2.19.0
6464
hooks:
6565
- id: pyproject-fmt
6666

0 commit comments

Comments
 (0)