From 97dea0fe5b1082118eb30e1e9178af44cf0117da Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Sat, 3 Dec 2022 13:27:40 +0200 Subject: [PATCH] fixup! Auto-update pre-commit hooks. --- .pre-commit-config.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9c69a44..400847b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -93,8 +93,7 @@ repos: - |- --no-autodetect additional_dependencies: - - bandit - - pyroma + - ".[with_pyroma,with_bandit]" - repo: https://github.com/pycqa/flake8.git rev: 6.0.0 -- GitLab