[flake8]

max-line-length = 110
doctests = True
ignore = E201,E202,W503
per-file-ignores =
    omemo/project.py:E203
