ironic/ironic/drivers/modules/irmc
Sam Betts 8c07c4fda3 Enforce flake8 E123/6/7/8 in ironic
This patch enforces the rules E123, E126, E127, and E128 in the ironic
code base:

E123 - closing bracket does not match indentation of opening
bracket’s line
E126 - continuation line over-indented for hanging indent
E127 - continuation line over-indented for visual indent
E128 - continuation line under-indented for visual indent

This fixes any parts of the current code which fails these rules and
removes these rules from the tox.ini flake8 ignore list.

Change-Id: Ia96582b5e9abc088d6c1694afc93c59be4a4065c
Closes-Bug: 1421522
2015-06-04 12:56:51 +01:00
..
__init__.py Add iRMC Driver and its iRMC Power module 2015-01-28 07:04:48 -08:00
common.py Run tests in py34 environment 2015-05-06 11:51:44 +03:00
management.py Enforce flake8 E123/6/7/8 in ironic 2015-06-04 12:56:51 +01:00
power.py Use oslo_log lib 2015-05-05 08:43:28 +02:00