diff --git a/pyproject.toml b/pyproject.toml index 1e83497e91ac2fc7b4830b2782b04c826a41c924..a681634afb15da904a5dab48d20387549830fbe8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -81,7 +81,7 @@ copy-absolutes = "geomagio.processing.copy_absolutes:main" [tool.poe.tasks] # e.g. "poetry run poe lint" audit = [ - { shell = "safety check"} + { shell = "safety check --ignore 51668"} ] lint = [ { shell = "black --check ." },