Skip to content

Commit 57a7a14

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/tox-dev/pyproject-fmt: v2.7.0 → v2.11.0](tox-dev/pyproject-fmt@v2.7.0...v2.11.0) - [github.com/sphinx-contrib/sphinx-lint: v1.0.0 → v1.0.1](sphinx-contrib/sphinx-lint@v1.0.0...v1.0.1) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror
1 parent 2838ad1 commit 57a7a14

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
@@ -20,15 +20,15 @@ repos:
2020
- id: end-of-file-fixer
2121
- id: trailing-whitespace
2222
- repo: https://github.com/tox-dev/pyproject-fmt
23-
rev: v2.7.0
23+
rev: v2.11.0
2424
hooks:
2525
- id: pyproject-fmt
2626
- repo: https://github.com/abravalheri/validate-pyproject
2727
rev: v0.24.1
2828
hooks:
2929
- id: validate-pyproject
3030
- repo: https://github.com/sphinx-contrib/sphinx-lint
31-
rev: v1.0.0
31+
rev: v1.0.1
3232
hooks:
3333
- id: sphinx-lint
3434
types: [rst]
@@ -39,7 +39,7 @@ repos:
3939
additional_dependencies: ["toml"]
4040
entry: isort --profile=black
4141
name: isort (python)
42-
- repo: https://github.com/psf/black
42+
- repo: https://github.com/psf/black-pre-commit-mirror
4343
rev: 25.9.0
4444
hooks:
4545
- id: black

0 commit comments

Comments
 (0)