File: ruff.toml

package info (click to toggle)
python-aiohue 4.7.2-3
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 536 kB
  • sloc: python: 3,773; sh: 13; makefile: 4
file content (6 lines) | stat: -rw-r--r-- 150 bytes parent folder | download
1
2
3
4
5
6
# This extend our general Ruff rules specifically for tests
extend = "../pyproject.toml"

lint.extend-ignore = [
  "T201", # Examples can use print
]