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]