-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Document a solution for using passwords that start with a dash #4552
Conversation
Document a solution for using passwords that start with a dash. This happened to a few people when using automatically generated tokens in a CI environment. See: python-poetry#2889
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The line wrapping is a little odd here -- fix that to match the surrounding text and this LGTM.
Where exactly? It looks fine in github's markdown renderer, and I couldn't figure out how to build the documentation website myself so I don't know how to check that 😅 |
In the markdown itself -- the literal newlines in the source file. Sorry, should have been more clear that I meant the source form vs the rendered form. |
for more information, see https://pre-commit.ci
No worries! Like this? Sorry if I'm totally missing what you're saying 😅 |
Co-authored-by: Bjorn Neergaard <bjorn@neersighted.com>
…ython-poetry#4552) Document a solution for using passwords that start with a dash. This happened to a few people when using automatically generated tokens in a CI environment. Fixes python-poetry#2889 Co-authored-by: Bjorn Neergaard <bjorn@neersighted.com>
…ython-poetry#4552) Document a solution for using passwords that start with a dash. This happened to a few people when using automatically generated tokens in a CI environment. Fixes python-poetry#2889 Co-authored-by: Bjorn Neergaard <bjorn@neersighted.com>
@DrLuke Thanks for the docs update, I ran into this issue explicitly, but the docs do not appear to include your changes on the website? At least I could not find the relevant entry here: https://python-poetry.org/docs/repositories/#configuring-credentials Thanks. 😃 |
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Document a solution for using passwords that start with a dash. This happened to a few people when using automatically generated tokens in a CI environment.
Resolves: #2889