Skip to content
Snippets Groups Projects
Commit 1e017a19 authored by Wernle, Alexandra Nicole's avatar Wernle, Alexandra Nicole
Browse files

Merge branch 'safety_pip_ignore' into 'master'

Adding ignore statement to pyproject.toml for pip safety issue

See merge request !325
parents 6525f969 04985ab1
No related branches found
No related tags found
1 merge request!325Adding ignore statement to pyproject.toml for pip safety issue
Pipeline #435293 failed
......@@ -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 ." },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment