-
-
Notifications
You must be signed in to change notification settings - Fork 36
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
Newlines are changed from LF to CRLF #105
Comments
Hi! It looks like this is the default behavior of pathlib's |
I just released 0.21.2. Could you let me know if you still see any issues? |
v0.21.2 worked perfectly as expected for me. |
Oops, I accidentally closed the issue. |
It was alright to close the ticket :) Thanks for confirming that it works! |
Hi!
I tried
poetry-dynamic-versioning
v0.21.1 on Windows 10 64bit version.pyproject.toml
and__init__.py
files and set newlines to LF.poetry-dynamic-versioning
.poetry-dynamic-versioning
modifies theversion
and__version__
variables.At this time, newlines in files modified by
poetry-dynamic-versioning
are changed from LF to CRLF.I was confused because I was expecting it to remain LF.
By the way, the sdist
setup.py
file generated by poetry build was LF.The
poetry version
command, on the other hand, keeps LF after conversion.In this case, is there an option to not change from LF?
Thank you.
The text was updated successfully, but these errors were encountered: