File: setup.cfg

package info (click to toggle)
python-django-waffle 4.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 684 kB
  • sloc: python: 3,266; makefile: 139; sh: 39; javascript: 34
file content (6 lines) | stat: -rw-r--r-- 98 bytes parent folder | download
1
2
3
4
5
6
[flake8]
extend-ignore =
    # break before binary operators
    W503,
    # line length
    E501