Skip to content

Commit

Permalink
examples can contain print
Browse files Browse the repository at this point in the history
  • Loading branch information
anakin87 committed Nov 21, 2024
1 parent 72ed31c commit 4f48f08
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions integrations/jina/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,8 @@ ban-relative-imports = "parents"
[tool.ruff.lint.per-file-ignores]
# Tests can use magic values, assertions, and relative imports
"tests/**/*" = ["PLR2004", "S101", "TID252"]
# examples can contain "print" commands
"examples/**/*" = ["T201"]

[tool.coverage.run]
source = ["haystack_integrations"]
Expand Down

0 comments on commit 4f48f08

Please sign in to comment.