deckhand/deckhand
Felipe Monteiro bf2c2d717f Unskip some pep8 rules
Unskip some pep8 rules that aren't unreasonably annoying:

  E121 - continuation line under-indented for hanging indent
  E122 - continuation line missing indentation or outdented
  E123 - closing bracket does not match indentation of opening bracket’s line
  E124 - closing bracket does not match visual indentation
  E125 - continuation line with same indent as next logical line
  E126 - continuation line over-indented for hanging indent
  E251 - unexpected spaces around keyword / parameter equals

Change-Id: Idf2640fc2d10715a687c46c3e853122ce38109ee
2017-10-05 15:50:51 +01:00
..
barbican [feat] DECKHAND-38: Secrets DB model and secrets manager. 2017-09-11 12:39:38 -04:00
conf DECKHAND-33: Add oslo.config options for keystone auth 2017-08-24 20:12:05 +01:00
control Revision rollback API. 2017-09-25 22:20:47 +01:00
db Fix bandit [B101:assert_used] 2017-10-03 00:19:58 -05:00
engine [feat] DECKHAND-38: Secrets DB model and secrets manager. 2017-09-11 12:39:38 -04:00
tests Unskip some pep8 rules 2017-10-05 15:50:51 +01:00
__init__.py Oslo config integration (#1) 2017-06-26 16:57:50 -07:00
cmd.py [feat] DECKHAND-28: Document pre-validation logic and API integration 2017-08-08 18:52:44 +01:00
context.py Refactor database sqlalchemy api/models. 2017-07-19 19:03:55 +01:00
errors.py Revision rollback API. 2017-09-25 22:20:47 +01:00
factories.py Unskip some pep8 rules 2017-10-05 15:50:51 +01:00
types.py [feat] DECKHAND-38: Secrets DB model and secrets manager. 2017-09-11 12:39:38 -04:00
utils.py Revamp document hashing 2017-10-02 18:09:13 +01:00