mm3dtest / .dev_scripts /linter.sh
giantmonkeyTC
2344
34d1f8b
raw
history blame contribute delete
90 Bytes
yapf -r -i mmdet3d/ configs/ tests/ tools/
isort mmdet3d/ configs/ tests/ tools/
flake8 .