[flake8]
docstring-convention = numpy
per-file-ignores =
    tests/*: D103, D100
exclude = meer_tec/_version.py
max-line-length = 88
extend-ignore = E203