From 25042e09d40ad0431050779ac0a29ae48e88c750 Mon Sep 17 00:00:00 2001 From: Fabio Caccamo Date: Wed, 12 Feb 2025 12:58:05 +0100 Subject: [PATCH] Update `pyproject.toml`. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index af7ed12..b9240aa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -80,7 +80,7 @@ exclude = ''' [tool.ruff] ignore = [] line-length = 88 -select = ["B", "B9", "C", "E", "F", "W"] +select = ["B", "B9", "C", "E", "F", "I", "W"] [tool.ruff.mccabe] max-complexity = 10