edge-tts/lint.sh

3 lines
90 B
Bash
Raw Normal View History

2022-03-10 12:51:46 +00:00
find src examples -name '*.py' | xargs black
find src examples -name '*.py' | xargs isort