Skip to content
Snippets Groups Projects

Adding ignore statement to pyproject.toml for pip safety issue

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -83,7 +83,7 @@ copy-instrument = "geomagio.processing.copy_instrument:main"
@@ -83,7 +83,7 @@ copy-instrument = "geomagio.processing.copy_instrument:main"
[tool.poe.tasks]
[tool.poe.tasks]
# e.g. "poetry run poe lint"
# e.g. "poetry run poe lint"
audit = [
audit = [
{ shell = "safety check --ignore 51668"}
{ shell = "safety check --ignore 51668 --ignore 67599"}
]
]
lint = [
lint = [
{ shell = "black --check ." },
{ shell = "black --check ." },
Loading