Skip to content

Commit 9f1957b

Browse files
[pre-commit.ci] pre-commit suggestions
updates: - https://github.com/psf/black β†’ https://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.11.0 β†’ 25.12.0](psf/black-pre-commit-mirror@25.11.0...25.12.0) - [github.com/astral-sh/ruff-pre-commit: v0.14.5 β†’ v0.14.10](astral-sh/ruff-pre-commit@v0.14.5...v0.14.10) - [github.com/tox-dev/pyproject-fmt: v2.6.0 β†’ v2.11.1](tox-dev/pyproject-fmt@v2.6.0...v2.11.1)
1 parent 8351218 commit 9f1957b

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
@@ -26,8 +26,8 @@ repos:
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: 25.12.0
3131
hooks:
3232
- id: black
3333
name: Black code
@@ -41,15 +41,15 @@ repos:
4141
- mdformat-gfm
4242

4343
- repo: https://github.com/astral-sh/ruff-pre-commit
44-
rev: v0.14.5
44+
rev: v0.14.10
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.11.1
5353
hooks:
5454
- id: pyproject-fmt
5555
additional_dependencies: [tox]

0 commit comments

Comments
Β (0)