File: ruff.toml

package info (click to toggle)
python-pvo 2.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 476 kB
  • sloc: python: 440; makefile: 3
file content (6 lines) | stat: -rw-r--r-- 171 bytes parent folder | download | duplicates (11)
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
]