Skip to content

Commit 53c333c

Browse files
committed
fmt: enforce lf for line end
1 parent 14e518d commit 53c333c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,6 @@ select = [
3838
"TCH", # type-checking block
3939
"UP", # forbid outdated syntax
4040
]
41+
42+
[tool.ruff.format]
43+
line-ending = "lf"

0 commit comments

Comments
 (0)