Skip to content

Commit

Permalink
black: upgrade to latest, switch to official mirror (#900)
Browse files Browse the repository at this point in the history
> Black now has an official pre-commit mirror. Swapping
> https://github.com/psf/black to https://github.com/psf/black-pre-commit-mirror
> in your .pre-commit-config.yaml will make Black about 2x faster (#3828)

commit-id:8762ce89
  • Loading branch information
dhalperi authored Dec 11, 2023
1 parent e704fd1 commit ea524b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ repos:
hooks:
- id: check-yaml

- repo: https://github.com/psf/black
rev: 23.7.0
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 23.11.0
hooks:
- id: black

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
extras_require={
"capirca": CAPIRCA_DEPS,
"dev": [
"black<23.8",
"black<23.11",
"cerberus",
"check-manifest",
"coverage",
Expand Down

0 comments on commit ea524b3

Please sign in to comment.