Skip to content

Commit c8f71be

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 b50d42b commit c8f71be

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
@@ -24,15 +24,15 @@ repos:
2424
- id: end-of-file-fixer
2525
- id: trailing-whitespace
2626
- repo: https://github.com/tox-dev/pyproject-fmt
27-
rev: v2.7.0
27+
rev: v2.11.0
2828
hooks:
2929
- id: pyproject-fmt
3030
- repo: https://github.com/abravalheri/validate-pyproject
3131
rev: v0.24.1
3232
hooks:
3333
- id: validate-pyproject
3434
- repo: https://github.com/sphinx-contrib/sphinx-lint
35-
rev: v1.0.0
35+
rev: v1.0.1
3636
hooks:
3737
- id: sphinx-lint
3838
types: [rst]
@@ -43,7 +43,7 @@ repos:
4343
additional_dependencies: ["toml"]
4444
entry: isort --profile=black
4545
name: isort (python)
46-
- repo: https://github.com/psf/black
46+
- repo: https://github.com/psf/black-pre-commit-mirror
4747
rev: 25.9.0
4848
hooks:
4949
- id: black

0 commit comments

Comments
 (0)