edge-tts/lint.sh
rany2 58307ded26 Update edge_tts to v6.1.3
* Sort voices in util's --list-voices
* Disable overlapping subtitles by default
* Try to fix subtitles for many hour long TTS generation
* Match Microsoft Edge connection behavior more
* Bump edge_tts version
2023-01-25 18:36:59 +02:00

5 lines
108 B
Bash
Executable File

#!/bin/sh
set -ux
find src examples -name '*.py' | xargs pylint
find src examples -name '*.py' | xargs mypy