Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
mmdetection3d
Commits
6d903adc
Commit
6d903adc
authored
May 12, 2020
by
zhangwenwei
Browse files
freeze flake8 version
parent
19483c0e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
.gitlab-ci.yml
.gitlab-ci.yml
+1
-1
No files found.
.gitlab-ci.yml
View file @
6d903adc
...
@@ -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/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment