klaasnicolaas/python-solcast-pv

View on GitHub
examples/ruff.toml

Summary

Maintainability
Test Coverage
# This extend our general Ruff rules specifically for the examples
extend = "../pyproject.toml"

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