File: setup.cfg

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

[pydocstyle]
select: D1
add-ignore: D105