File: setup.cfg

package info (click to toggle)
pithos 1.6.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 780 kB
  • sloc: python: 5,256; xml: 107; makefile: 4
file content (11 lines) | stat: -rw-r--r-- 352 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
[flake8]
# Conflicts with gi.require_version() usage
#   E402 module level import not at top of file

# These just go against personal style:
#   E227 missing whitespace around bitwise or shift operator
#   E261 at least two spaces before inline comment
ignore = E261,E227,E402
exclude = docs,pithos/gi_composites.py
max-line-length = 120
builtins = _