Codebase list sugar-read-activity / run/bd415e20-c0f3-40c1-bdaf-b50c82f864ae/main .flake8
run/bd415e20-c0f3-40c1-bdaf-b50c82f864ae/main

Tree @run/bd415e20-c0f3-40c1-bdaf-b50c82f864ae/main (Download .tar.gz)

.flake8 @run/bd415e20-c0f3-40c1-bdaf-b50c82f864ae/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