From 543c6aa215c0a0d0836cc7cf9ca442f179ff8810 Mon Sep 17 00:00:00 2001 From: pre-commit Date: Fri, 11 Oct 2024 16:01:18 +0000 Subject: [PATCH] pre-commit: Autoupdate --- .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 906b8cf68..f8c100c27 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,11 +16,11 @@ repos: args: [-i] types: [python] - repo: https://github.com/pycqa/flake8 - rev: 7.0.0 + rev: 7.1.1 hooks: - id: flake8 - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v5.0.0 hooks: - id: trailing-whitespace - id: check-docstring-first