-
Notifications
You must be signed in to change notification settings - Fork 18
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
Feature/310 add invoke tasks for development #315
Feature/310 add invoke tasks for development #315
Conversation
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.
Good start.
Make sure to run black
(on your tasks file especially) and importanize
- both should be in your pipenv if you're properly running things from your pipenv shell
I merged quite a few branches into develop, so it looks like you'll need to resolve some conflicts in the dependency files. Thankfully, this should be pretty easy :) it's not like you need to mess around with actual code. |
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.
Second round - good job on the first round of changes!
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.
Lots of nitpicks, great job overall!
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.
This has my stamp of approval. I have a few more nitpicks - address those, merge your changes, and we're all good to go.
Congratulations! This was a lot of great work - I'm really looking forward to seeing you and Mayowa present this stuff at the Python Boston meetup!
tasks.py
Outdated
|
||
if PLATFORM == "Linux": | ||
# Installing graphviz | ||
""" |
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.
It's ok for this to be commented out for now but let's delete this if it's not being used
In response to issue #310