Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ycai
simbricks
Commits
c6569df7
"...resnet50_tensorflow.git" did not exist on "c7c3970c0983290bd67e98aa0a93043fe09e1390"
Commit
c6569df7
authored
Jan 15, 2025
by
Jonas Kaufmann
Browse files
symphony: add isort to requirements.txt and config to pyproject.toml
parent
a05aec86
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
symphony/pyproject.toml
symphony/pyproject.toml
+5
-0
symphony/requirements.txt
symphony/requirements.txt
+1
-0
No files found.
symphony/pyproject.toml
View file @
c6569df7
...
...
@@ -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"
...
...
symphony/requirements.txt
View file @
c6569df7
...
...
@@ -22,6 +22,7 @@
# external dependencies
black==24.10.0
isort==5.13.2
# local dependencies
-e ./cli
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment