Description
When installing with cookiecutter, the default .isort.cfg file has mixed line endings causing pre-commit to fail. Manually editing .isort.cfg to have homogenous line endings fixes this issue, but it should be done by the automatic tool by default.
Expected Behavior
.isort.cfg should pass pre-commit check by default.
Reproduction
Install a repository using cookiecutter and turn all bells and whistles on, including pre-commit.
Environment
Windows 10
Description
When installing with cookiecutter, the default .isort.cfg file has mixed line endings causing pre-commit to fail. Manually editing .isort.cfg to have homogenous line endings fixes this issue, but it should be done by the automatic tool by default.
Expected Behavior
.isort.cfg should pass pre-commit check by default.
Reproduction
Install a repository using cookiecutter and turn all bells and whistles on, including pre-commit.
Environment
Windows 10