[flake8]

# E402 module level import not at top of file
# gi.require_version() is required before later imports

ignore = E402

# Source files in lib/ and myelements/ are from upstream dependencies
# and need not be fixed -- James Cameron <quozl@laptop.org>
