File: ruff.toml

package info (click to toggle)
python-ring-doorbell 0.9.13-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 972 kB
  • sloc: python: 4,764; makefile: 15
file content (7 lines) | stat: -rw-r--r-- 139 bytes parent folder | download
1
2
3
4
5
6
7
# This extends our general Ruff rules specifically for docs
extend = "../pyproject.toml"

lint.extend-ignore = [
    "D100",
    "D103",
]