Skip to content

Commit de97a46

Browse files
committed
black
1 parent a3ad321 commit de97a46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
2424
- name: Check code format with Black
2525
run: |
26-
black --check open_dubbing/ tests/ --exclude pydub*
26+
black --check open_dubbing/ tests/
2727
2828
- name: Check code style with Flake8
2929
if: ${{ always() }}

0 commit comments

Comments
 (0)