File: ruff.toml

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

[lint]
extend-ignore = [
  "T201", # Allow the use of print() in examples
]