File: ruff.toml

package info (click to toggle)
python-aiohue 4.8.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 612 kB
  • sloc: python: 4,444; sh: 30; makefile: 5
file content (6 lines) | stat: -rw-r--r-- 150 bytes parent folder | download | duplicates (2)
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
]