-
-
Notifications
You must be signed in to change notification settings - Fork 312
build: remove unnecessary poe config in pyproject.toml #1795
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
Conversation
Can you provide details?
Because it's the official documented way, it works in CI and it works locally.
Maybe I need to doubly check again
both my IDE and ChatGPT said it's invalid
bearomorphism
commented
Jan 14, 2026
My IDE shows this:
imageCan you provide details? Because it's the official documented way, it works in CI and it works locally.
That is interesting. In the official documentation you provided, it also says
In case your uv project doesn’t have a lockfile or any uv specific config, you can still force poe to use the uv executor like so:
so we probably don't need the executor config.
Also, I noticed there is a discrepancy in poethepoet's documentation. The following snippet is newer than the one you provided:
No description provided.