Codebase list sugar-log-activity / 3794baf3-c40d-421b-aedb-d2bad048346b/main .flake8
3794baf3-c40d-421b-aedb-d2bad048346b/main

Tree @3794baf3-c40d-421b-aedb-d2bad048346b/main (Download .tar.gz)

.flake8 @3794baf3-c40d-421b-aedb-d2bad048346b/main

70c1e84
 
 
 
 
 
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