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.
black
autopep8
1 parent 14d48e9 commit 52760b1Copy full SHA for 52760b1
.github/workflows/codegen.yml
@@ -27,7 +27,7 @@ jobs:
27
- uses: pre-commit/action@646c83fcd040023954eafda54b4db0192ce70507
28
name: Check that python code is properly formatted
29
with:
30
- extra_args: autopep8 --all-files
+ extra_args: black --all-files
31
- name: Run codegen tests
32
shell: bash
33
run: |
0 commit comments