jh629g aadf73a575 Create Auth Skipcheck
Ranger currently has issue authing with certain
credentials against some keystone environments.
This patchset introduces a skipcheck if it is
found that credentials provided do not allow
the user to execute tests against the site.

Change-Id: I5e3daff3b6ed6b5c4731320f82bb929d3caa6e07
2019-09-24 16:38:33 -05:00

19 lines
257 B
Plaintext

[flake8]
ignore = E125,E123,E129,H903
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