File: ruff.toml

package info (click to toggle)
pysmartthings 3.7.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,372 kB
  • sloc: python: 8,995; makefile: 3
file content (6 lines) | stat: -rw-r--r-- 131 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
# This extend our general Ruff rules specifically for the scripts
extend = "../pyproject.toml"

lint.extend-ignore = [
  "T201",
]