Skip to content

Commit 8d8577c

Browse files
authored
Merge pull request #148 from cisagov/improvement/change_black_repository
Change the source repository for the `black` hook
2 parents 94903ae + 1bc2056 commit 8d8577c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ repos:
112112
- id: bandit
113113
args:
114114
- --config=.bandit.yml
115-
- repo: https://github.com/psf/black
115+
- repo: https://github.com/psf/black-pre-commit-mirror
116116
rev: 23.9.1
117117
hooks:
118118
- id: black

0 commit comments

Comments
 (0)