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.
2 parents c3c3a28 + 821f90f commit 7097b10Copy full SHA for 7097b10
.github/workflows/dist.yml
@@ -40,7 +40,7 @@ jobs:
40
runs-on: ubuntu-latest
41
steps:
42
- uses: actions/checkout@v3
43
- - uses: psf/black@stable
+ - uses: pre-commit/[email protected]
44
45
check-doc:
46
runs-on: ubuntu-20.04
.pre-commit-config.yaml
@@ -0,0 +1,6 @@
1
+---
2
+repos:
3
+ - repo: https://github.com/psf/black-pre-commit-mirror
4
+ rev: 24.10.0
5
+ hooks:
6
+ - id: black
0 commit comments