Codebase list sugar-write-activity / 2f914f00-f033-4b88-bbf2-c5b605ad8af5/main .flake8
2f914f00-f033-4b88-bbf2-c5b605ad8af5/main

Tree @2f914f00-f033-4b88-bbf2-c5b605ad8af5/main (Download .tar.gz)

.flake8 @2f914f00-f033-4b88-bbf2-c5b605ad8af5/mainraw · 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