jh629g e7c69f048c Initial Ranger-Tempest-Plugin Commit
First commit with zuul tests and
migration of existing Ranger-Tempest-
Plugin codebase.

Change-Id: I45d6946a397cc148ec3789af1c1ad4374a99396a
2019-07-15 21:01:36 -05:00

19 lines
252 B
Plaintext

[flake8]
ignore = E125,E123,E129
show-source = False
exclude =
.git,
.venv,
.tox,
dist,
doc,
*egg,
*.pyc,
*.egg-info,
.cache,
.eggs
enable-extensions = H106,H203,H904
import-order-style = google
filename = *.py