7fd5403495
In multiple places we need to set up import paths before importing modules. This Flake8 warning is just noise. Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
8 lines
126 B
INI
8 lines
126 B
INI
[flake8]
|
|
exclude = doc/*,*.pyc,*.py~,*.in,*.spec,*.sh,*.rst,setup.py
|
|
filename = *.py
|
|
ignore = E501,E402
|
|
|
|
[run]
|
|
omit = tests/*
|