File: ruff.toml

package info (click to toggle)
python-open-meteo 0.3.1-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 388 kB
  • sloc: python: 572; makefile: 5
file content (6 lines) | stat: -rw-r--r-- 166 bytes parent folder | download | duplicates (5)
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
]