ytdl-sub/tools/run_linter
2022-04-12 05:57:58 +00:00

4 lines
99 B
Text
Executable file

# Run within root directory. Runs isort, black, then pylint
isort .
black .
pylint ytdl_subscribe/