Skip to content

Commit dedbaea

Browse files
committed
🗑 Remove Flake8, apply black instead.
1 parent cabca9f commit dedbaea

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,10 @@ jobs:
4040
pip install -q -e .[test]
4141
pip install typing_extensions
4242
sudo apt-get install libsndfile1-dev
43-
- name: Flake8
43+
python -m pip install black
44+
- name: black
4445
run: |
45-
flake8 tensorflow_tts --ignore F401,H102,W504,H238,D104,H306,H405,D205,E371,E731,D105,D102,D402,D401,E306,F811,W503,E704,D107,D103
46+
python -m black .
4647
- name: Pytest
4748
run: |
4849
pytest test

0 commit comments

Comments
 (0)