From 610ea33053769ce79d5f855e40cc58ce941875bc Mon Sep 17 00:00:00 2001 From: Ming Di Leom <2809763-curben@users.noreply.gitlab.com> Date: Fri, 27 Jan 2023 21:31:41 +0000 Subject: [PATCH] style: set line ending in pylint --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 0fe77d5..6b056f1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,3 +29,4 @@ disable = [ [tool.pylint.'FORMAT'] indent-after-paren = 4 indent-string = " " +expected-line-ending-format="LF"