Compare commits

...

1 Commits

Author SHA1 Message Date
Erick Friis
fbe4ae7ab3 docs: enable ruff rules on docs 2024-09-24 11:30:02 -07:00

View File

@@ -68,6 +68,10 @@ extend-exclude = [
"docs/docs/expression_language/why.ipynb", # TODO: look into why linter errors
]
[tool.ruff.lint]
select = ["B", "E", "F", "I", "N", "T201", "UP"]
ignore = ["UP007"]
[tool.ruff.lint.per-file-ignores]
"**/{cookbook,docs}/*" = [
"E402", # allow imports to appear anywhere in docs