From b97c6ad86bcc308adf0f6ec81c09b93a04410e42 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Wed, 25 Dec 2024 16:37:58 +0100 Subject: [PATCH] Ignore new ruff rule --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 299adeba..ff73e7c1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -128,6 +128,7 @@ ignore = [ "RET504", # unnecessary-assign "RUF012", # mutable-class-default # TODO "S101", # assert + "SIM115", # open-file-with-context-handler # TODO "SLF", # flake8-self # TODO "TD", # flake8-todos "TRY", # tryceratops # TODO