From 3764bb74463fe6ed49e6fe3963025bc2b912b953 Mon Sep 17 00:00:00 2001 From: Samuel Loury Date: Tue, 13 Aug 2024 17:09:08 +0200 Subject: [PATCH] chore: Upgrade deps --- .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 e3d7747..3b95b7e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -26,7 +26,7 @@ repos: hooks: - id: isort - repo: https://github.com/PyCQA/flake8 - rev: 7.1.0 + rev: 7.1.1 hooks: - id: flake8 # - repo: https://github.com/jazzband/pip-tools @@ -34,7 +34,7 @@ repos: # hooks: # - id: pip-compile - repo: https://github.com/compilerla/conventional-pre-commit - rev: v3.3.0 + rev: v3.4.0 hooks: - id: conventional-pre-commit stages: [commit-msg]