edge-tts/lint.sh
2023-01-05 01:49:37 +02:00

3 lines
90 B
Bash
Executable File

find src examples -name '*.py' | xargs pylint
find src examples -name '*.py' | xargs mypy