From 50d84333e4451dfe14a436887a798a1907eaaf06 Mon Sep 17 00:00:00 2001 From: Adam Turner <9087854+aa-turner@users.noreply.github.com> Date: Tue, 15 Aug 2023 17:14:04 +0100 Subject: [PATCH] Remove W291 and W293 from external list in Ruff configuration --- pyproject.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d7aa992c8..63559ea22 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -285,8 +285,6 @@ ignore = [ ] external = [ # Whitelist for RUF100 unknown code warnings "E704", - "W291", - "W293", "SIM113", ] select = [