libkeepass / pykeepass

Python library to interact with keepass databases (supports KDBX3 and KDBX4)
https://pypi.org/project/pykeepass/
GNU General Public License v3.0
403 stars 96 forks source link

4.1.0: CRLF files in the source tree #396

Closed kloczek closed 2 weeks ago

kloczek commented 3 weeks ago
[tkloczko@pers-jacek pykeepass-4.1.0]$ find . -name \* |xargs file | grep -w CRLF
./tests/change.key:                       XML 1.0 document, ASCII text, with CRLF line terminators
./tests/test3.key:                        XML 1.0 document, ASCII text, with CRLF line terminators
./tests/test_invalidversion.key:          XML 1.0 document, ASCII text, with CRLF line terminators
./pyproject.toml:                         ASCII text, with CRLF line terminators
Evidlo commented 2 weeks ago

I think this is fine, as it serves as a test that these can be handled without error (for the keyfiles).