[MASTER]
load-plugins = pylint_sort_functions

[MESSAGES CONTROL]
enable = unsorted-functions,unsorted-methods,mixed-function-visibility,function-should-be-private

[PYLINT_SORT_FUNCTIONS]
ignore-decorators = pytest.fixture,pytest.mark.slow,pytest.mark.integration,pytest.mark.unit,pytest.parametrize
