Commit e87a1bfb authored by nimrod's avatar nimrod
Browse files

pre-commit: Remove the safety hook.

The pip-audit hook performs the same task and the removed hook complains
about duplicate files (`requirements.txt` and `requirements.in`).
parent 8141acf2
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -82,11 +82,6 @@ repos:
          - flake8-tuple
          - flake8-warnings

  - repo: https://github.com/Lucas-C/pre-commit-hooks-safety.git
    rev: v1.4.2
    hooks:
      - id: python-safety-dependencies-check

  - repo: https://github.com/asottile/pyupgrade.git
    rev: v3.21.2
    hooks: