File: setup.cfg

package info (click to toggle)
python-proton-core 0.7.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 568 kB
  • sloc: python: 3,672; makefile: 19
file content (12 lines) | stat: -rw-r--r-- 245 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
[flake8]
ignore = C901, W503, E402
max-line-length = 100

[metadata]
long_description = file: README.md
long_description_content_type = text/markdown

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