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

Change pyproject.toml to ignore sqlalchemy vulnerability

parent 0c283efb
No related branches found
No related tags found
1 merge request!205Change pyproject.toml to ignore sqlalchemy vulnerability
......@@ -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 ." },
......
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