Skip to content

Commit 9a2884e

Browse files
authored
Use mirror repository for black pre-commit hook (#1070)
1 parent 6969489 commit 9a2884e

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
@@ -12,8 +12,8 @@ repos:
1212
hooks:
1313
- id: reorder-python-imports
1414
args: [--application-directories, '.:src', --py38-plus]
15-
- repo: https://github.com/psf/black
16-
rev: 23.3.0
15+
- repo: https://github.com/psf/black-pre-commit-mirror
16+
rev: 23.10.1
1717
hooks:
1818
- id: black
1919
args: [--line-length=79, --target-version=py38]

0 commit comments

Comments
 (0)