Fix PEP8 E302 errors
Also add remaining skipped checks to HACKING Change-Id: I0c4333ce29597e0a8a233af17c15bed2b4d0711f
This commit is contained in:
parent
60fc5dbd28
commit
2593d457bc
11
HACKING.rst
11
HACKING.rst
@ -5,6 +5,17 @@ OpenStack Style Commandments
|
||||
http://docs.openstack.org/developer/hacking/
|
||||
- Step 2: Read on
|
||||
|
||||
Deviations from Global Hacking
|
||||
------------------------------
|
||||
|
||||
The following checks are specifically skipped in OpenStackClient::
|
||||
|
||||
* H305 - py2/py3 compatibility problems
|
||||
* H307 - py2/py3 compatibility problems
|
||||
* H402 - one line docstring ends in period
|
||||
* H904 - backslash continuation line
|
||||
|
||||
|
||||
General
|
||||
-------
|
||||
- thou shalt not violate causality in our time cone, or else
|
||||
|
Loading…
x
Reference in New Issue
Block a user