EasyCV/.scripts/linter.sh
wenmeng zhou aad3835186
fix: add missing shell scripts (#47)
* add missing scripts
2022-04-29 17:04:10 +08:00

4 lines
148 B
Bash

yapf -r -i easycv/ configs/ tests/ tools/ setup.py
isort -rc easycv/ configs/ tests/ tools/ setup.py
flake8 easycv/ configs/ tests/ tools/ setup.py