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 Aug 15, 2023
1 parent ed36458 commit b4ce3c4
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 @@ -30,7 +30,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 @@ -4,7 +4,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 b4ce3c4

Please sign in to comment.