File: setup.cfg

package info (click to toggle)
todoman 3.9.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 608 kB
  • sloc: python: 3,946; makefile: 169
file content (10 lines) | stat: -rw-r--r-- 163 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
[flake8]
max-line-length = 88
extend-ignore = E203, W503

[aliases]
test=pytest

[tool:pytest]
testpaths = tests
addopts = --cov=todoman --cov-report=term-missing