File: .flake8

package info (click to toggle)
sugar-read-activity 123-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 1,084 kB
  • sloc: python: 4,800; javascript: 80; makefile: 14; xml: 7; sh: 4
file content (6 lines) | stat: -rw-r--r-- 127 bytes parent folder | download | duplicates (18)
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