Skip to content

Commit 9dd41f3

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.14.11 → v0.15.6](astral-sh/ruff-pre-commit@v0.14.11...v0.15.6) - [github.com/tox-dev/pyproject-fmt: v2.11.1 → v2.19.0](tox-dev/pyproject-fmt@v2.11.1...v2.19.0) - [github.com/abravalheri/validate-pyproject: v0.24.1 → v0.25](abravalheri/validate-pyproject@v0.24.1...v0.25)
1 parent 7239462 commit 9dd41f3

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,25 +10,25 @@ repos:
1010
- id: trailing-whitespace
1111

1212
- repo: https://github.com/codespell-project/codespell
13-
rev: v2.4.1
13+
rev: v2.4.2
1414
hooks:
1515
- id: codespell # See pyproject.toml for args
1616
additional_dependencies:
1717
- tomli
1818

1919
- repo: https://github.com/astral-sh/ruff-pre-commit
20-
rev: v0.14.11
20+
rev: v0.15.6
2121
hooks:
2222
- id: ruff-check
2323
args: [--fix]
2424
- id: ruff-format
2525

2626
- repo: https://github.com/tox-dev/pyproject-fmt
27-
rev: v2.11.1
27+
rev: v2.19.0
2828
hooks:
2929
- id: pyproject-fmt
3030

3131
- repo: https://github.com/abravalheri/validate-pyproject
32-
rev: v0.24.1
32+
rev: v0.25
3333
hooks:
3434
- id: validate-pyproject

0 commit comments

Comments
 (0)