[flake8]

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