We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
JSON Schema
Poe tasks defined by keys under tool.poe.tasks are accepted as valid.
tool.poe.tasks
This form of task is the first one in the Poe docs: https://poethepoet.natn.io/tasks/index.html#defining-tasks
Poe tasks defined by simple keys under tool.poe.tasks are rejected as invalid.
[tool.poe.tasks] format = "ruff format" # wrongfully rejected format2.cmd = "ruff format" # accepted [tool.poe.tasks.format3] cmd = "ruff format" # accepted
pyproject.toml:
[tool.poe.tasks] format = "ruff format"
Visual Studio Code
No, someone else must create the PR.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Area with issue?
JSON Schema
✔️ Expected Behavior
Poe tasks defined by keys under
tool.poe.tasks
are accepted as valid.This form of task is the first one in the Poe docs: https://poethepoet.natn.io/tasks/index.html#defining-tasks
❌ Actual Behavior
Poe tasks defined by simple keys under
tool.poe.tasks
are rejected as invalid.YAML or JSON file that does not work.
pyproject.toml:
IDE or code editor.
Visual Studio Code
Are you making a PR for this?
No, someone else must create the PR.
The text was updated successfully, but these errors were encountered: