
Skipcheck implemented for when a test uses multiple ranger regions to execute a test and tempest did not provide an additional region to complete these tests with. Updated region domain update statement in setup steps to ensure that ranger-tempest-plugin does not attempt to update a secondary site when it is not available Change-Id: Ia19ef442107d7cc66d1f254860606245bf6c127f
19 lines
262 B
Plaintext
19 lines
262 B
Plaintext
[flake8]
|
|
ignore = E125,E123,E129,H903,H306
|
|
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
|
|
|