From 8e452a9424679cc2e76fea14efe33f3ab63b0b12 Mon Sep 17 00:00:00 2001 From: hutchic <697188+hutchic@users.noreply.github.com> Date: Mon, 17 Feb 2025 07:20:04 +0000 Subject: [PATCH] chore(deps): Update pre-commit hooks --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 619da25..abf0abc 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ exclude: .*csv repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: end-of-file-fixer - id: trailing-whitespace @@ -17,7 +17,7 @@ repos: - id: requirements-txt-fixer - id: fix-encoding-pragma - repo: https://github.com/PyCQA/bandit - rev: 1.7.8 + rev: 1.8.3 hooks: - id: bandit - repo: https://github.com/Lucas-C/pre-commit-hooks