f6e716647fb050c5c0af22be86ac71ca929ca6df
pep8/flake8 was not using hacking, which is the openstack utility that checks for coding style. This submission adds hacking to the pep8/flake8 check. As a result, more error types are discovered. Those new errors are added to the suppression list, and can be cleaned up by a subsequent submission. Those codes are: H301: one import per line H306: imports not in alphabetical order H501: Do not use self.__dict__ for string formatting All of the codes that were previously cleaned up have been removed from the tox.ini file. Story: 2002803 Task: 27674 Change-Id: I9c7e7c8a5ae34e4aed39925331c196715b40834f Signed-off-by: Al Bailey <Al.Bailey@windriver.com>
stx-config
StarlingX Configuration Management
Description
Languages
Python
98%
Shell
1.6%
CSS
0.2%