Skip to content

Commit 0d9bc68

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/sphinx-contrib/sphinx-lint: v1.0.1 → v1.0.2](sphinx-contrib/sphinx-lint@v1.0.1...v1.0.2)
1 parent 65d1e1d commit 0d9bc68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repos:
1414
- id: check-json
1515
types: [file] # override `types: [json]`
1616
files: \.(json|ipynb)$
17-
- repo: https://github.com/psf/black
17+
- repo: https://github.com/psf/black-pre-commit-mirror
1818
rev: "25.11.0"
1919
hooks:
2020
- id: black
@@ -28,7 +28,7 @@ repos:
2828
- id: flake8
2929
language_version: python3
3030
- repo: https://github.com/sphinx-contrib/sphinx-lint
31-
rev: v1.0.1
31+
rev: v1.0.2
3232
hooks:
3333
- id: sphinx-lint
3434
types: [rst]

0 commit comments

Comments
 (0)