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
Poetry commands will not run outside of a poetry project directory, for example
❯ poetry init . Poetry could not find a pyproject.toml file in /home/markit/test/foo or its parents
or
touch pyproject.toml ❯ poetry init . [tool.poetry] section not found in /home/markit/test/foo/pyproject.toml
poetry init or poetry --help should behave as expected
It instead is checking for the existence of a poetry pyproject.toml
As above, with fresh install of the latest poetry and this plugin.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
Poetry commands will not run outside of a poetry project directory, for example
or
Expected behavior
poetry init or poetry --help should behave as expected
Actual behavior
It instead is checking for the existence of a poetry pyproject.toml
Possible fixes
Steps to Reproduce
As above, with fresh install of the latest poetry and this plugin.
The text was updated successfully, but these errors were encountered: