File: setup.cfg

package info (click to toggle)
python-proton-keyring-linux 0.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 140 kB
  • sloc: python: 211; makefile: 4
file content (8 lines) | stat: -rw-r--r-- 172 bytes parent folder | download
1
2
3
4
5
6
7
8
[flake8]
ignore = C901, W503, E402
max-line-length = 120

[tool:pytest]
addopts = --cov=proton.keyring_linux.core --cov-report html --cov-report term
testpaths =
    tests