Skip to content

Commit 3c8212d

Browse files

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,11 +14,11 @@ 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
21-
- repo: https://github.com/asottile/reorder_python_imports
21+
- repo: https://github.com/asottile/reorder-python-imports
2222
rev: "v3.15.0"
2323
hooks:
2424
- id: reorder-python-imports

0 commit comments

Comments
 (0)