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