Skip to content

Commit

Permalink
Use mirror repository for black pre-commit hook (#1070)
Browse files Browse the repository at this point in the history
  • Loading branch information
mportesdev committed Oct 25, 2023
1 parent 6969489 commit 9a2884e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Expand Up @@ -12,8 +12,8 @@ repos:
hooks:
- id: reorder-python-imports
args: [--application-directories, '.:src', --py38-plus]
- repo: https://github.com/psf/black
rev: 23.3.0
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 23.10.1
hooks:
- id: black
args: [--line-length=79, --target-version=py38]
Expand Down

0 comments on commit 9a2884e

Please sign in to comment.