4 lines
90 B
Bash
4 lines
90 B
Bash
yapf -r -i mmdet/ configs/ tests/ tools/
|
|
isort -rc mmdet/ configs/ tests/ tools/
|
|
flake8 .
|