fix typo
parent
a99e6eb10d
commit
00881f8be4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue