klaasnicolaas/python-zurich

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
]