Codebase list sugar-read-activity / 6617bac .flake8
6617bac

Tree @6617bac (Download .tar.gz)

.flake8 @6617bacraw · history · blame

1
2
3
4
5
6
[flake8]

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

ignore = E402