Commit 6d903adc authored by zhangwenwei's avatar zhangwenwei
Browse files

freeze flake8 version

parent 19483c0e
...@@ -16,7 +16,7 @@ before_script: ...@@ -16,7 +16,7 @@ before_script:
.linting_template: &linting_template_def .linting_template: &linting_template_def
stage: linting stage: linting
script: script:
- pip install flake8 yapf isort - pip install flake8==3.7.9 yapf isort
- flake8 . - flake8 .
- isort -rc --check-only --diff mmdet3d/ tools/ tests/ - isort -rc --check-only --diff mmdet3d/ tools/ tests/
- yapf -r -d mmdet3d/ tools/ tests/ configs/ - yapf -r -d mmdet3d/ tools/ tests/ configs/
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment