urllib/urllib2 is incompatible for python 3
Use modules from six.moves.urllib instead of urllib
and urllib2
Change-Id: Ic9d8ce4e700d19053c67cf667e1d802bd1477108
Partial-Bug:#1280105
According to Bandit yaml.safe_load() should be used instead of
yaml.load().
Use of unsafe yaml load. Allows instantiation of arbitrary objects.
Consider yaml.safe_load().
Change-Id: I7dd536c61ff53bf0b07cf4681df64fbec99140b6
Update version of hacking.
To pass our gates with the new hacking version, remove author tags.
Note: hacking needs to be manually synced.
Change-Id: I8a4db46a8df2f1e8d1cd22ae6ac421d55ac9ccce
Require at least 0.9.1 because 0.9.0. had a minor bug.
This change also fixes all found issues.
Rewrote some docstrings to fit H405.
Change-Id: Ifeef11b783dbe70b2652d2b9ea29d5b20f69f2ce
This script applies a set of regular expressions onto a set of files
to automatically identify and fix typographical errors. More details
inside the README.md.
Change-Id: Ib1121e6b891c1f2ef998c5d46c21ff05773090bd
* E129 visually indented line with same indent as next logical line
* E129 visually indented line with same indent as next logical line
* E265 block comment should start with '# '
* E713 test for membership should be 'not in'
Change-Id: I8488f7ad4399153d99325806fe87919c0b4cda7e
Require hacking for additional pep8 checks to follow
OpenStack python hacking conventions.
Fix problems found by hacking.
Disable autogenerate-config-docs from check, it needs further
work to be clean enough.
Change-Id: Ib1dedf2e8262ba3d8ae1b58c4e4dbab82bbb5297
Adjust for manual move
Do not assume that tmpfile and target are on the same filesystem and
use copy instead of rename.
Change-Id: Ide16e541032f5bcc3ea462a9347faebdc5d7d670