Code Review
/
releng
/
lftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
3a409e1
)
Add ruamel.yaml and yaml as known 3rdparty
92/12392/1
author
Thanh Ha
<thanh.ha@linuxfoundation.org>
Sat, 25 Aug 2018 05:38:40 +0000
(
01:38
-0400)
committer
Thanh Ha
<thanh.ha@linuxfoundation.org>
Sat, 25 Aug 2018 05:38:56 +0000
(
01:38
-0400)
Change-Id: I954835b3e1a1700119d2e2328444b7794e7365fc
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
.coafile
patch
|
blob
|
history
diff --git
a/.coafile
b/.coafile
index
b18c129
..
2037412
100644
(file)
--- a/
.coafile
+++ b/
.coafile
@@
-33,7
+33,11
@@
bears = BanditBear,
files = lftools/**.py
ignore += docs/conf.py
known_first_party_imports = lftools
-known_third_party_imports = pytest, six
+known_third_party_imports =
+ pytest,
+ six,
+ ruamel.yaml,
+ yaml
pydocstyle_ignore = D203, D213, D301
max_line_length = 120