Commit 942b5a70 authored by nimrod's avatar nimrod
Browse files

Add pip-audit to the skeleton pre-commit config.

parent e00e3799
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -194,3 +194,14 @@ repos:
          - "--allow-unsafe"
          - "--generate-hashes"
          - "--no-upgrade"

  - repo: https://github.com/trailofbits/pip-audit.git
    rev: v2.4.3
    hooks:
      - id: pip-audit
      - id: pip-audit
        name: pip-audit requirements files
        args:
          - "--requirement"
          - "requirements.txt"
          - "--fix"