Skip to content

Commit ea524b3

Browse files
authored
black: upgrade to latest, switch to official mirror (#900)
> 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
1 parent e704fd1 commit ea524b3

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ repos:
66
hooks:
77
- id: check-yaml
88

9-
- repo: https://github.com/psf/black
10-
rev: 23.7.0
9+
- repo: https://github.com/psf/black-pre-commit-mirror
10+
rev: 23.11.0
1111
hooks:
1212
- id: black
1313

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
extras_require={
108108
"capirca": CAPIRCA_DEPS,
109109
"dev": [
110-
"black<23.8",
110+
"black<23.11",
111111
"cerberus",
112112
"check-manifest",
113113
"coverage",

0 commit comments

Comments
 (0)