From c8873e7b08e256a193f2faeebca185418d00fbca Mon Sep 17 00:00:00 2001 From: Simonas <20096648+simjak@users.noreply.github.com> Date: Wed, 10 Jan 2024 13:43:55 +0200 Subject: [PATCH] fix: removed precommit hooks safety --- .pre-commit-config.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 82eccf67..b24594f3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -75,8 +75,3 @@ repos: hooks: - id: bandit args: ['-lll'] - - - repo: https://github.com/Lucas-C/pre-commit-hooks-safety - rev: v1.3.2 - hooks: - - id: python-safety-dependencies-check -- GitLab