Skip to content

Commit a1fed24

Browse files
committed
chore(pre-commit): switch black to -pre-commit-mirror
Refs psf/black#3405
1 parent b4dfa8d commit a1fed24

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"semanticCommitScope": "pre-commit"
3535
},
3636
{
37-
"matchPackagePatterns": ["(^|/)black$"],
37+
"matchPackagePatterns": ["(^|/)black(-pre-commit-mirror)?$"],
3838
"groupName": "black",
3939
"versioning": "pep440"
4040
},

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ repos:
44
hooks:
55
- id: ruff
66

7-
- repo: https://github.com/psf/black
7+
- repo: https://github.com/psf/black-pre-commit-mirror
88
rev: 23.1.0
99
hooks:
1010
- id: black

0 commit comments

Comments
 (0)