diff --git a/pyproject.toml b/pyproject.toml index dc53d81a219ec7eba3bfecc16e6506610d97affc..bea15e1db8fa9cabc0215c0c487a3577d2d304f7 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 ." },