From a72af4496c946850666d858d1f2e17214e466777 Mon Sep 17 00:00:00 2001 From: Matthew Richards Date: Thu, 4 Jan 2024 08:11:39 +0000 Subject: [PATCH] ci: Add more ignores on Safety session --- noxfile.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/noxfile.py b/noxfile.py index f6a6ef11..d324240d 100644 --- a/noxfile.py +++ b/noxfile.py @@ -123,6 +123,12 @@ def safety(session): "62019", "--ignore", "62151", + "--ignore", + "62451", + "--ignore", + "62452", + "--ignore", + "62556", ) try: