File: setup.cfg

package info (click to toggle)
python-easysnmp 0.2.6-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 692 kB
  • sloc: ansic: 3,735; python: 1,410; makefile: 161
file content (10 lines) | stat: -rw-r--r-- 213 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
[tool:pytest]
addopts = -s --cov=easysnmp --cov-report=term-missing --flake8
testpaths = tests
flake8-ignore =
    build/*.py ALL

[flake8]
max-line-length = 88
exclude = build tests dev dist
extend-ignore = E203