File: setup.cfg

package info (click to toggle)
python-pysol-cards 0.18.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 228 kB
  • sloc: python: 801; makefile: 6
file content (19 lines) | stat: -rw-r--r-- 205 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[flake8]
ignore = E741
max-line-length = 120
exclude = docs/*

[wheel]
universal = 1

[tool:pytest]
norecursedirs = .git

[coverage:run]
branch = True
omit = tests/*

[egg_info]
tag_build = 
tag_date = 0