Skip to content

Commit

Permalink
Remove prints from firmware wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
amacati committed May 9, 2024
1 parent ec361ae commit 996884a
Show file tree
Hide file tree
Showing 2 changed files with 374 additions and 301 deletions.
7 changes: 6 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,10 @@ rich = "^12.5.1 "
[tool.poetry.dev-dependencies]

[build-system]
requires = ["poetry-core @ git+https://github.com/python-poetry/poetry-core.git@main"]
requires = [
"poetry-core @ git+https://github.com/python-poetry/poetry-core.git@main",
]
build-backend = "poetry.core.masonry.api"

[tool.ruff]
line-length = 100

0 comments on commit 996884a

Please sign in to comment.