We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3ad321 commit de97a46Copy full SHA for de97a46
.github/workflows/ci.yml
@@ -23,7 +23,7 @@ jobs:
23
24
- name: Check code format with Black
25
run: |
26
- black --check open_dubbing/ tests/ --exclude pydub*
+ black --check open_dubbing/ tests/
27
28
- name: Check code style with Flake8
29
if: ${{ always() }}
0 commit comments