Skip to content

Commit 5b61e3a

Browse files
[pre-commit.ci] pre-commit suggestions
updates: - [github.com/codespell-project/codespell: v2.4.1 → v2.4.2](codespell-project/codespell@v2.4.1...v2.4.2) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.11.0 → 26.3.1](psf/black-pre-commit-mirror@25.11.0...26.3.1) - [github.com/astral-sh/ruff-pre-commit: v0.14.5 → v0.15.9](astral-sh/ruff-pre-commit@v0.14.5...v0.15.9) - [github.com/tox-dev/pyproject-fmt: v2.6.0 → v2.21.0](tox-dev/pyproject-fmt@v2.6.0...v2.21.0) - [github.com/abravalheri/validate-pyproject: v0.24.1 → v0.25](abravalheri/validate-pyproject@v0.24.1...v0.25)
1 parent e4e4ddd commit 5b61e3a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ repos:
2121
- id: detect-private-key
2222

2323
- repo: https://github.com/codespell-project/codespell
24-
rev: v2.4.1
24+
rev: v2.4.2
2525
hooks:
2626
- id: codespell
2727
additional_dependencies: [tomli]
2828

29-
- repo: https://github.com/psf/black
30-
rev: 25.11.0
29+
- repo: https://github.com/psf/black-pre-commit-mirror
30+
rev: 26.3.1
3131
hooks:
3232
- id: black
3333
name: Black code
@@ -41,19 +41,19 @@ repos:
4141
- mdformat-gfm
4242

4343
- repo: https://github.com/astral-sh/ruff-pre-commit
44-
rev: v0.14.5
44+
rev: v0.15.9
4545
hooks:
4646
# Run the linter.
4747
- id: ruff-check
4848
# Run the formatter.
4949
- id: ruff-format
5050

5151
- repo: https://github.com/tox-dev/pyproject-fmt
52-
rev: v2.6.0
52+
rev: v2.21.0
5353
hooks:
5454
- id: pyproject-fmt
5555
additional_dependencies: [tox]
5656
- repo: https://github.com/abravalheri/validate-pyproject
57-
rev: v0.24.1
57+
rev: v0.25
5858
hooks:
5959
- id: validate-pyproject

0 commit comments

Comments
 (0)