[flake8]
exclude = docs, _version.py, .eggs, example node_modules
max-line-length = 88
docstring-convention = "numpy"
extend-ignore =
    # See https://github.com/PyCQA/pycodestyle/issues/373
    E203,
