mirror of
https://github.com/rany2/edge-tts
synced 2024-11-22 01:45:02 +00:00
5 lines
180 B
Bash
Executable File
5 lines
180 B
Bash
Executable File
find src examples -name '*.py' | xargs black
|
|
find src examples -name '*.py' | xargs isort
|
|
find src examples -name '*.py' | xargs pylint
|
|
find src examples -name '*.py' | xargs mypy
|