[flake8]
ignore = E203, W503, PT007
exclude = build/*
per-file-ignores =
    tests/*: ASS001
max-line-length = 88
