From 3aef50ac18356010c805daeadd25d5711455d614 Mon Sep 17 00:00:00 2001 From: Evan Parish <104009494+EvanParish@users.noreply.github.com> Date: Wed, 10 Jan 2024 17:43:24 -0600 Subject: [PATCH] Update pre-commit config (#1600) --- .pre-commit-config.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7842e60f0f..3db1097088 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,16 +1,17 @@ repos: - repo: https://github.com/thoughtworks/talisman - rev: 'v1.27.0' + rev: 'v1.31.0' hooks: - id: talisman-commit + entry: cmd --githook pre-commit - repo: https://github.com/PyCQA/bandit - rev: '1.7.4' + rev: '1.7.6' hooks: - id: bandit args: [-c, .bandit.yml, -r, -l] - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.1.9 + rev: 'v0.1.11' hooks: # Run the linter. - id: ruff