-
Notifications
You must be signed in to change notification settings - Fork 317
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat/demo-running-instructions #56
feat/demo-running-instructions #56
Conversation
python/requirements/lint.txt
Outdated
@@ -13,3 +13,4 @@ ruff==0.1.5 | |||
|
|||
# The following packages are considered to be unsafe in a requirements file: | |||
# setuptools | |||
pre-commit |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no need, this is already in make install
, also this file should only be updated by make update-lockfiles
from the *.in
files.
I will work on some testing and cleanup of this PR in the next day. Thanks for the feedback, I was just bushwacking my way through the repo, trying to figure it all out. I'm excited to play with and explore the project, hopefully make it easier for others to dig in. |
Makes sense, thanks so much for submitting this, it's definitely very necessary. |
I did a bit of cleanup, and will merge. Thanks so much for this. |
updated running instructions for the demo app