Skip to content

Commit

Permalink
Merge pull request #148 from cisagov/improvement/change_black_repository
Browse files Browse the repository at this point in the history
Change the source repository for the `black` hook
  • Loading branch information
mcdonnnj authored Sep 13, 2023
2 parents 94903ae + 1bc2056 commit 8d8577c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ repos:
- id: bandit
args:
- --config=.bandit.yml
- repo: https://github.com/psf/black
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 23.9.1
hooks:
- id: black
Expand Down

0 comments on commit 8d8577c

Please sign in to comment.