forked from msvsphere/leapp-repository
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
703 B
15 lines
703 B
9 months ago
|
[flake8]
|
||
|
max-line-length = 119
|
||
|
# redefinition of unused 'current_actor_context'
|
||
|
# redefinition of unused 'current_actor_libraries'
|
||
|
# 'leapp.snactor.fixture.current_actor_context' imported but unused
|
||
|
# 'leapp.snactor.fixture.current_actor_libraries' imported but unused
|
||
|
per-file-ignores =
|
||
|
repos/system_upgrade/el7toel8/actors/*/tests/*.py:F811,F401
|
||
|
repos/system_upgrade/common/actors/*/tests/*.py:F811,F401
|
||
|
application-import-names = leapp
|
||
|
# check only for correct group type and abc sorting without group
|
||
|
import-order-style = pep8
|
||
|
# default values + ignore strict alphabetical sorting within one module import
|
||
|
ignore = E121,E123,E126,E133,E241,E242,E226,W503,W504,W505,I101,E741
|