Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
Signed-off-by: Teo <[email protected]>
  • Loading branch information
teocns committed Nov 29, 2024
1 parent de54e42 commit 99a452a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,11 @@ asyncio_default_fixture_loop_scope = "function"
test_paths = [
"tests",
]
addopts = "--import-mode=importlib --tb=short -p no:warnings"
addopts = "--import-mode=importlib --tb=short -p no:warnings -s"
pythonpath = ["."]
log_cli = "True"
log_cli_level = "INFO"


[tool.ruff]
line-length = 120
Expand Down

0 comments on commit 99a452a

Please sign in to comment.