diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0b9acb5..ece8ea3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,6 +16,10 @@ repos: rev: 25.12.0 hooks: - id: black + - repo: https://github.com/pypa/pip-audit + rev: v2.10.0 + hooks: + - id: pip-audit - repo: https://github.com/pre-commit/pre-commit-hooks rev: v6.0.0 hooks: