[flake8]
max-line-length = 88
extend-ignore =
    E501
    W503
    E203
exclude =
    docs/source/conf.py

per-file-ignores =
    cleedpy/interface/cleed.py: F841, TRY003
