aboutsummaryrefslogtreecommitdiff
path: root/check_pep8.sh
AgeCommit message (Collapse)Author
2016-09-15check_pep8: Ignore E402: module level import not at top of fileFlorian Zeitz
This rule clashes with gobject-introspection's practice of calling `gi.require_version()` before importing modules.
2016-09-13Add check_pep8.shFlorian Zeitz