diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a108127..7e4af0e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -41,7 +41,7 @@ repos: rev: 8131ecce7c746aa3c0f8ebb453a6df1e0f62b8b5 # frozen: v1.3.0 hooks: - id: python-safety-dependencies-check - args: ["--full-report"] + args: ["--full-report", "--ignore=51457"] files: pyproject.toml exclude: testing