pull/2/head
chenkai 2020-05-21 21:23:44 +08:00
parent a99e6eb10d
commit 00881f8be4
1 changed files with 2 additions and 2 deletions

View File

@ -18,8 +18,8 @@ linting:
script:
- pip install flake8 yapf isort
- flake8 .
- isort -rc --check-only --diff pytorch-template/ tools/ tests/
- yapf -r -d pytorch-template/ tools/ tests/ configs/
- isort -rc --check-only --diff mmcls/ tools/ tests/
- yapf -r -d mmcls/ tools/ tests/ configs/
test:
stage: test