Skip to content

Commit b3fcc5c

Browse files
author
a.pirogov
committed
fix: disable mixed-line-ending lint by default for better cross-platform compatibility
1 parent 833a2fa commit b3fcc5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/fair_python_cookiecutter/template/{{ cookiecutter.project_slug }}/.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ repos:
4646
- repo: https://github.com/pre-commit/pre-commit-hooks
4747
rev: v4.4.0
4848
hooks:
49+
# - id: mixed-line-ending
50+
# args: [--fix=lf]
4951
- id: check-symlinks
5052
- id: trailing-whitespace
5153
exclude: 'CITATION.cff'
52-
- id: mixed-line-ending
53-
args: [--fix=lf]
5454
- id: check-yaml
5555
exclude: 'mkdocs.yml'
5656
- id: check-toml

0 commit comments

Comments
 (0)