diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 246687331ff..8c44276bd24 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -271,6 +271,12 @@ repos: - id: black-jupyter name: run black-jupyter description: format Python files and Jupyter Notebooks with black + - repo: https://github.com/pypa/pip-audit + rev: v2.10.0 + hooks: + - id: pip-audit + name: run pip-audit + description: audits Python environments, requirements files and dependency trees for known security vulnerabilities, and can automatically fix them - repo: https://github.com/pre-commit/mirrors-clang-format rev: v21.1.7 hooks: