[flake8]
exclude =
    .git,
    __pycache__,
    todder/_version.py,
    todder/instruments/*
    todder/tests/*
    build,
    dist,
    docs/source/conf.py
max-line-length = 125
# Ignore some style 'errors' produced while formatting by 'black'
ignore = E203, W503
