File: setup.cfg

package info (click to toggle)
whatmaps 0.0.14-2
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 300 kB
  • sloc: python: 1,011; sh: 76; makefile: 14
file content (7 lines) | stat: -rw-r--r-- 138 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
[nosetests]
cover-package=whatmaps

[flake8]
# E501: ignore line length
# E265: block comment should start with '# '
ignore=E501,E265,W504