From 0190288afe92b8222b3443194817fa2442981451 Mon Sep 17 00:00:00 2001 From: Shyam Dwaraknath <16827130+shyamd@users.noreply.github.com> Date: Sun, 3 Mar 2024 17:39:00 +0000 Subject: [PATCH] Update pyproject toml for newer ruff --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index a9b0330..05ba743 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,6 +5,8 @@ exclude = [ '__pycache__', '__init__.py', ] + +[tool.ruff.lint] ignore = [ 'E741', 'W605',