File: ruff.toml

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

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