mirror of
https://github.com/open-mmlab/mmclassification.git
synced 2025-06-03 21:53:55 +08:00
fix typo
This commit is contained in:
parent
a99e6eb10d
commit
00881f8be4
@ -18,8 +18,8 @@ linting:
|
|||||||
script:
|
script:
|
||||||
- pip install flake8 yapf isort
|
- pip install flake8 yapf isort
|
||||||
- flake8 .
|
- flake8 .
|
||||||
- isort -rc --check-only --diff pytorch-template/ tools/ tests/
|
- isort -rc --check-only --diff mmcls/ tools/ tests/
|
||||||
- yapf -r -d pytorch-template/ tools/ tests/ configs/
|
- yapf -r -d mmcls/ tools/ tests/ configs/
|
||||||
|
|
||||||
test:
|
test:
|
||||||
stage: test
|
stage: test
|
||||||
|
Loading…
x
Reference in New Issue
Block a user