diff options
author | yuyang <Gabriel.yuyang@huawei.com> | 2017-04-11 14:47:07 +0800 |
---|---|---|
committer | Yu Yang (Gabriel) <Gabriel.yuyang@huawei.com> | 2017-04-11 09:12:44 +0000 |
commit | 5aa06cad704691872c61f0922e205ae1036268a6 (patch) | |
tree | f1a8110075eb4672dd5d8d00d39cf79883431553 /requirements/verify.txt | |
parent | aecb9de94d78b3871fbb2b2751f873bf643e27bb (diff) |
Fix code style issues for specificed path
JIRA: BOTTLENECK-100
Fix code syle issues for the path flake8 specified before flake8
check merged into CI pipeline.
Change-Id: Iee59bada206fafd4740023e90d08a4b4a7a030db
Signed-off-by: yuyang <Gabriel.yuyang@huawei.com>
(cherry picked from commit fc30c5208a680d0059cfa48891a1d97747f7f778)
Diffstat (limited to 'requirements/verify.txt')
-rw-r--r-- | requirements/verify.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/requirements/verify.txt b/requirements/verify.txt new file mode 100644 index 00000000..e8d51f47 --- /dev/null +++ b/requirements/verify.txt @@ -0,0 +1,10 @@ +############################################################################## +# Copyright (c) 2016 Huawei Tech. and others. +# +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Apache License, Version 2.0 +# which accompanies this distribution, and is available at +# http://www.apache.org/licenses/LICENSE-2.0 +############################################################################## + +flake8==3.0.4
\ No newline at end of file |