[flake8]
max-line-length = 120
per-file-ignores = __init__.py:F401

# TODO: Make a refactoring reducing cognitive complexity to default 7
max-cognitive-complexity = 32
