commit | a1f24229e0c879ea12782784737c3359676a40e1 | [log] [tgz] |
---|---|---|
author | Adriana Kobylak <anoo@us.ibm.com> | Wed Jan 10 16:09:07 2018 -0600 |
committer | Adriana Kobylak <anoo@us.ibm.com> | Wed Jan 10 16:16:58 2018 -0600 |
tree | 8badd9bf45f778d0b9ea79d83313d0a1a4e1c852 | |
parent | 1246924be23abb2f9e1460ae8a1a0b3cd1ceaae6 [diff] |
Fix objmgr using pycodestyle (pep8) rules Create a setup.cfg file which is used by pycodestyle (formerly pep8) to override defaults. This file can be used by the build verification to check if a repo can have format-check run. Fix long lines, bare excepctions, and lambda error messages. Change-Id: If7f4590c098e04aad6b507c410934f433c739bc7 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>