mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
CI: use black instead of autopep8
This commit is contained in:
2
.github/workflows/codegen.yml
vendored
2
.github/workflows/codegen.yml
vendored
@@ -27,7 +27,7 @@ jobs:
|
|||||||
- uses: pre-commit/action@646c83fcd040023954eafda54b4db0192ce70507
|
- uses: pre-commit/action@646c83fcd040023954eafda54b4db0192ce70507
|
||||||
name: Check that python code is properly formatted
|
name: Check that python code is properly formatted
|
||||||
with:
|
with:
|
||||||
extra_args: autopep8 --all-files
|
extra_args: black --all-files
|
||||||
- name: Run codegen tests
|
- name: Run codegen tests
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user