From 1c54e56d9320651033a9bfcf7ced92e4693002ef Mon Sep 17 00:00:00 2001 From: Min RK Date: Fri, 25 Oct 2024 12:11:54 +0200 Subject: [PATCH] suppress ruff lint that's going to cause a lot of churn and merge conflicts --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 40cbe764..7aebc961 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -153,6 +153,7 @@ ignore = [ "F841", # unused variable "E741", # ambiguous names "E743", # ambiguous names + "UP031", # %-formatting - wait until we don't have large outstanding PRs ] select = [ "E7", # comparisons