We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bf60c6 commit 9039e6aCopy full SHA for 9039e6a
.pre-commit-config.yaml
@@ -31,7 +31,7 @@ repos:
31
types_or: [c++, c, cuda]
32
33
# Black, the code formatter, natively supports pre-commit
34
-- repo: https://github.com/psf/black
+- repo: https://github.com/psf/black-pre-commit-mirror
35
rev: "23.7.0" # Keep in sync with blacken-docs
36
hooks:
37
- id: black
0 commit comments