Skip to content

Commit 8dfd437

Browse files
committed
Add print in examples
1 parent a352dac commit 8dfd437

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

integrations/google_genai/pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,8 @@ ban-relative-imports = "parents"
142142
[tool.ruff.lint.per-file-ignores]
143143
# Tests can use magic values, assertions, and relative imports
144144
"tests/**/*" = ["PLR2004", "S101", "TID252"]
145+
# Examples can use print statements
146+
"examples/**/*" = ["T201"]
145147

146148
[tool.coverage.run]
147149
source = ["haystack_integrations"]

0 commit comments

Comments
 (0)