From e6123d0feae5bc27d1a52627fe32163b2faac990 Mon Sep 17 00:00:00 2001 From: Samuel Bennett Date: Thu, 18 Apr 2024 16:13:26 +0100 Subject: [PATCH] Update .ruff.toml Co-authored-by: Stuart Mumford --- .ruff.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/.ruff.toml b/.ruff.toml index 000e09088..5709980c4 100644 --- a/.ruff.toml +++ b/.ruff.toml @@ -17,6 +17,7 @@ select = [ ] extend-ignore = [ "E712", + "E721", # pycodestyle (E, W) "E501", # LineTooLong # TODO! fix # pytest (PT)