File: setup.cfg

package info (click to toggle)
python-affine 2.4.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 164 kB
  • sloc: python: 698; makefile: 8
file content (6 lines) | stat: -rw-r--r-- 80 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
[tool:pytest]
testpaths: affine/tests

[pydocstyle]
select: D1
add-ignore: D105