File: ruff.toml

package info (click to toggle)
python-tailscale 0.6.2-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 480 kB
  • sloc: python: 269; makefile: 3
file content (6 lines) | stat: -rw-r--r-- 171 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
# This extend our general Ruff rules specifically for the examples
extend = "../pyproject.toml"

lint.extend-ignore = [
  "T201", # Allow the use of print() in examples
]