DEBSOURCES
Skip Quicknav
sources / python-aiohue / 4.7.2-3 / examples / ruff.toml
123456
# This extend our general Ruff rules specifically for tests extend = "../pyproject.toml" lint.extend-ignore = [ "T201", # Examples can use print ]