CI: use black instead of autopep8

This commit is contained in:
Paolo Tranquilli
2025-06-10 12:30:33 +02:00
parent 14d48e9d58
commit 52760b1e28

View File

@@ -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: |