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 3e5b855 commit 9b8644bCopy full SHA for 9b8644b
.github/workflows/black.yml
@@ -24,4 +24,6 @@ jobs:
24
- uses: actions/setup-python@v2
25
26
# Run black code formatter
27
- - uses: psf/black@stable
+ - uses: psf/black@20.8b1
28
+ with:
29
+ args: ". --check"
CONTRIBUTING.md
@@ -17,7 +17,7 @@ Run before each commit: `clang-format -style=file -i dpctl-capi/include/*.h dpct
17
18
We use [black](https://black.readthedocs.io/en/stable/) code formatter.
19
20
-- Revision: `20.8b1` or branch `stable`.
+- Revision: `20.8b1`.
21
- See configuration in `pyproject.toml`.
22
23
Run before each commit: `black .`
0 commit comments