File: setup.cfg

package info (click to toggle)
python-proton-vpn-api-core 0.39.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 892 kB
  • sloc: python: 6,582; makefile: 8
file content (8 lines) | stat: -rw-r--r-- 163 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/vpn/core/ --cov-report html --cov-report term
testpaths =
    tests