Skip to content
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

Compatibility with Taskipy #226

Open
vakaman opened this issue Apr 13, 2024 · 2 comments
Open

Compatibility with Taskipy #226

vakaman opened this issue Apr 13, 2024 · 2 comments
Assignees
Labels
priority: low Indicates low priority, unlikely to be done unless it becomes important to more people type: enhancement Indicates new feature requests

Comments

@vakaman
Copy link

vakaman commented Apr 13, 2024

Feature request:

Currently, there is no compatibility with Taskipy within the plugin.

Solution

I would like to propose adding compatibility with Taskipy to the plugin. This would enable users to load environments using Taskipy, enhancing the flexibility and usability of the plugin.

Alternatives

One alternative could be manually managing environment loading within Taskipy scripts. However, integrating compatibility directly into the plugin would provide a more seamless and user-friendly experience.

Context

Taskipy is a popular task runner for Python projects, and adding compatibility with it would make the plugin more versatile and appealing to a wider range of users.

Examples:

[tool.taskipy.tasks]
load_env  = "pydotenv.load .env"
pre_tests = "pydotenv.load .env.test"
tests = "pytest -vv"
@pivoshenko
Copy link
Owner

@vakaman thanks, looks like a nice idea! I will have a look into it on the weekend 🙂 Also if you want to contribute please feel free to pick up the issue 😉

@vakaman
Copy link
Author

vakaman commented Apr 15, 2024

Awesome, I'll handle that.

@pivoshenko pivoshenko added priority: low Indicates low priority, unlikely to be done unless it becomes important to more people type: enhancement Indicates new feature requests and removed priority: high labels Jun 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: low Indicates low priority, unlikely to be done unless it becomes important to more people type: enhancement Indicates new feature requests
Projects
None yet
Development

No branches or pull requests

2 participants