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 16, 2023
1 parent 79dadfc commit 28b9d45
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 @@ -40,7 +40,7 @@
"semanticCommitScope": "pre-commit"
},
{
"matchPackagePatterns": ["(^|/)black$"],
"matchPackagePatterns": ["(^|/)black(-pre-commit-mirror)?$"],
"versioning": "pep440",
"groupName": "black"
},
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Expand Up @@ -50,7 +50,7 @@ repos:
files: ^(helpers/python|.+\.py)$
exclude: ^completions/

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

0 comments on commit 28b9d45

Please sign in to comment.