Skip to content

Commit

Permalink
chore(pre-commit): switch black to -pre-commit-mirror
Browse files Browse the repository at this point in the history
  • Loading branch information
scop committed Sep 8, 2023
1 parent 7a37b1d commit d7f91ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/renovate.json
Expand Up @@ -26,7 +26,7 @@
"semanticCommitScope": "pre-commit"
},
{
"matchPackagePatterns": ["(^|/)black$"],
"matchPackagePatterns": ["(^|/)black(-pre-commit-mirror)?$"],
"groupName": "black",
"versioning": "pep440"
},
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Expand Up @@ -6,7 +6,7 @@ repos:
hooks:
- id: ruff

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

0 comments on commit d7f91ab

Please sign in to comment.