From: Thanh Ha Date: Sat, 25 Aug 2018 05:38:40 +0000 (-0400) Subject: Add ruamel.yaml and yaml as known 3rdparty X-Git-Tag: v0.17.0~7^2 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=37c20018f44522eb56a9d7d54ab9f4c35c6e19d8;p=releng%2Flftools.git Add ruamel.yaml and yaml as known 3rdparty Change-Id: I954835b3e1a1700119d2e2328444b7794e7365fc Signed-off-by: Thanh Ha --- diff --git a/.coafile b/.coafile index b18c129a..20374125 100644 --- 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