diff --git a/tasks b/tasks index da69501..ada3829 100755 --- a/tasks +++ b/tasks @@ -49,7 +49,8 @@ do pipenv run typecheck ;; check-deps) - pipenv check + pipenv check \ + --ignore 51457 # CVE-2022-42969 in unused code see https://github.com/pytest-dev/pytest/issues/10392 ;; validate) ./tasks check-format typecheck lint test