"...resnet50_tensorflow.git" did not exist on "c7c3970c0983290bd67e98aa0a93043fe09e1390"
Commit c6569df7 authored by Jonas Kaufmann's avatar Jonas Kaufmann
Browse files

symphony: add isort to requirements.txt and config to pyproject.toml

parent a05aec86
......@@ -23,6 +23,11 @@
[tool.black]
line-length = 100
[tool.isort]
line_length = 100
multi_line_output=5
known_first_party=["simbricks"]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
......
......@@ -22,6 +22,7 @@
# external dependencies
black==24.10.0
isort==5.13.2
# local dependencies
-e ./cli
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment