diff --git a/pyproject.toml b/pyproject.toml index a13178f..bebd2c2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,3 +26,12 @@ dev = [ "pytest>=9.0.2", "pyright>=1.1.408", ] + +[tool.ruff.lint] +select = ["T20"] +ignore = [] + +[tool.ruff.lint.per-file-ignores] +"scripts/*" = ["T20"] +"tools/*" = ["T20"] +".mindmodel/examples/*" = ["T20"]