You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
taskipy enables us to run arbitrary scripts from poetry. Moving the remaining entry points into taskypiy will be nice because of a consistent syntax: poetry run task xyz
To-do:
Add taskipy to dev dependencies
Add if __name__ == "__main__" clauses to all modules that contain entry points
Add tasks to pyproject.toml
The text was updated successfully, but these errors were encountered:
https://github.com/illBeRoy/taskipy
taskipy enables us to run arbitrary scripts from poetry. Moving the remaining entry points into taskypiy will be nice because of a consistent syntax:
poetry run task xyz
To-do:
taskipy
to dev dependenciesif __name__ == "__main__"
clauses to all modules that contain entry pointspyproject.toml
The text was updated successfully, but these errors were encountered: