File: .pydocstyle

package info (click to toggle)
python-pytest-click 1.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 168 kB
  • sloc: python: 111; sh: 6; makefile: 2
file content (5 lines) | stat: -rw-r--r-- 191 bytes parent folder | download
1
2
3
4
5
[pydocstyle]
# D100-D107 ignore missing docstrings
# D203 disabled in favor of D211
# D213 disabled in favor of D212
ignore = D100,D101,D102,D103,D104,D105,D106,D107,D202,D203,D213,D401,D407