From 9e6e2635c9a49d4b299b7bb900967d6e00dd4c0c Mon Sep 17 00:00:00 2001 From: Philipp A Date: Mon, 12 Feb 2024 10:14:19 +0100 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 72988e233..7fb551136 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -144,6 +144,7 @@ ignore = [ "PLW2901", # for loop variable overwritten by assignment target "PLR5501", # Use `elif` instead of `else` then `if` ] +allowed-confusables = ["’"] [tool.ruff.lint.pycodestyle] # In order to be able to format for 88 char in ruff format