File: setup.cfg

package info (click to toggle)
pylibtiff 0.5.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 976 kB
  • sloc: python: 10,219; ansic: 1,064; makefile: 8
file content (11 lines) | stat: -rw-r--r-- 217 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
[flake8]
max-line-length = 120
#ignore = D100,D101,D102,D103,D105,D106,D107
# Ignore all docstring errors for now
ignore = D

[coverage:run]
relative_files = True
omit =
    libtiff/version.py
    libtiff/tiff_h_*.py