[flake8]
# Check python scripts without .py suffix
filename =
    *.py,
    ./scripts/ostree-receive-shell,
    ./tests/dumpenv,
    ./tests/ostree-push,
    ./tests/ostree-receive

# Exclude virtualenv.
extend-exclude = .venv,venv
