From a307b3b65bab16f1fac32537e982f28801f952b7 Mon Sep 17 00:00:00 2001 From: Cecilie Seim <68303562+tilen1976@users.noreply.github.com> Date: Wed, 14 Aug 2024 13:55:23 +0200 Subject: [PATCH] ruff allow norwegian characters --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index c65b55d4..b78cff5c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -160,6 +160,7 @@ ignore = [ "E501", # Let black handle line length "TRY003", "FIX002", # It's OK to use TODOs if they meet the requirements + "PLC2401", # Allow non-ASCII character because of norwegian letters ] [tool.ruff.lint.isort]