MonoCon/mmdetection3d-0.14.0/.dev_scripts/linter.sh

4 lines
90 B
Bash

yapf -r -i mmdet3d/ configs/ tests/ tools/
isort mmdet3d/ configs/ tests/ tools/
flake8 .