[flake8]
per-file-ignores =
    iotas/application.py:E402
    iotas/category_list_model.py:E402
    iotas/editor.py:E402
    iotas/editor_text_view.py:E402
    iotas/focus_mode_helper.py:E402
    iotas/markdown_render_view.py:E402
    iotas/nextcloud_sync_worker.py:E402
    iotas/preferences_dialog.py:E402
max-line-length = 100
extend-ignore =
    # See https://github.com/PyCQA/pycodestyle/issues/373
    E203,
exclude =
    third-party/,
    .git,
    build/,
    __pycache__/,
    _build/,
    .venv/,
