From 04985ab156bdb27f61a2be2b5e49223e1798f17d Mon Sep 17 00:00:00 2001 From: Alex Wernle <awernle@usgs.gov> Date: Wed, 29 May 2024 17:17:12 -0600 Subject: [PATCH] Adding ignore statement to pyproject.toml for pip safety issue --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index dc53d81a..bea15e1d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -83,7 +83,7 @@ copy-instrument = "geomagio.processing.copy_instrument:main" [tool.poe.tasks] # e.g. "poetry run poe lint" audit = [ - { shell = "safety check --ignore 51668"} + { shell = "safety check --ignore 51668 --ignore 67599"} ] lint = [ { shell = "black --check ." }, -- GitLab