|
|
@ -22,7 +22,7 @@ jobs:
|
|
|
|
run: black --check . --line-length 101
|
|
|
|
run: black --check . --line-length 101
|
|
|
|
- name: Run isort check
|
|
|
|
- name: Run isort check
|
|
|
|
run: isort . --check-only
|
|
|
|
run: isort . --check-only
|
|
|
|
- name: If needed, commit black changes to the pull request
|
|
|
|
- name: If needed, commit changes to the pull request
|
|
|
|
if: failure()
|
|
|
|
if: failure()
|
|
|
|
run: |
|
|
|
|
run: |
|
|
|
|
black . --line-length 101
|
|
|
|
black . --line-length 101
|
|
|
|