Skip to content

Commit a2af56f

Browse files
committed
remove the line ending conversion directive
1 parent c067799 commit a2af56f

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,6 @@ preview = true # Enable new rules that are not yet stable, like DOC
164164
docstring-code-format = true # Whether to format code snippets in docstrings
165165
docstring-code-line-length = 72 # Line length for code snippets in docstrings
166166
indent-style = 'space' # PEP 8 recommends using spaces over tabs
167-
line-ending = 'lf' # Line endings will be converted to \n
168167
quote-style = 'single' # But double quotes in docstrings (PEP 8, PEP 257)
169168

170169
# https://docs.astral.sh/ruff/rules/

template/pyproject.toml.jinja

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,6 @@ preview = true # Enable new rules that are not yet stable, like DOC
194194
docstring-code-format = true # Whether to format code snippets in docstrings
195195
docstring-code-line-length = 72 # Line length for code snippets in docstrings
196196
indent-style = 'space' # PEP 8 recommends using spaces over tabs
197-
line-ending = 'lf' # Line endings will be converted to \n
198197
quote-style = 'single' # But double quotes in docstrings (PEP 8, PEP 257)
199198

200199
# https://docs.astral.sh/ruff/rules/

0 commit comments

Comments
 (0)