ytdl-sub/tools/linter
2022-04-29 06:28:54 +00:00

5 lines
105 B
Text
Executable file

# Run within root directory. Runs isort, black, then pylint
isort .
black .
pylint src/
pydocstyle src/*