From a3b2aebfbe6d6e109e6f178001fee504bdd3f9cb Mon Sep 17 00:00:00 2001 From: Christopher Cave-Ayland Date: Wed, 13 Mar 2024 14:48:45 +0000 Subject: [PATCH] Update pre-commit hook versions --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a1e4d62..fb0f1ff 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.5.0 hooks: - id: check-merge-conflict - id: debug-statements @@ -8,16 +8,16 @@ repos: - id: trailing-whitespace - id: end-of-file-fixer - repo: https://github.com/timothycrosley/isort - rev: "5.12.0" + rev: "5.13.2" hooks: - id: isort additional_dependencies: [toml] - repo: https://github.com/psf/black - rev: "23.3.0" + rev: "24.2.0" hooks: - id: black - repo: https://github.com/PyCQA/flake8 - rev: 6.0.0 + rev: 7.0.0 hooks: - id: flake8 additional_dependencies: ["flake8-docstrings"]