From be045fb6ef3c592cab2af33f05d4bb68fc5bcd0d Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Wed, 12 Jun 2024 14:15:51 +0200 Subject: [PATCH] ignore formatter conflicting rules --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index d608a73..4075eff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,2 +1,3 @@ [tool.ruff.lint] +ignore = ["COM812", "ISC001"] select = ["ALL"]