Skip to content

Commit 40e8555

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/asottile/reorder-python-imports: v3.15.0 → v3.16.0](asottile/reorder-python-imports@v3.15.0...v3.16.0) - [github.com/sphinx-contrib/sphinx-lint: v1.0.0 → v1.0.1](sphinx-contrib/sphinx-lint@v1.0.0...v1.0.1)
1 parent 3aef66a commit 40e8555

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
@@ -14,12 +14,12 @@ 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.9.0"
1919
hooks:
2020
- id: black
2121
- repo: https://github.com/asottile/reorder-python-imports
22-
rev: "v3.15.0"
22+
rev: "v3.16.0"
2323
hooks:
2424
- id: reorder-python-imports
2525
- repo: https://github.com/pycqa/flake8
@@ -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.0
31+
rev: v1.0.1
3232
hooks:
3333
- id: sphinx-lint
3434
types: [rst]

0 commit comments

Comments
 (0)