From f7c893c057aa14a1ddce027e144586948d6a7052 Mon Sep 17 00:00:00 2001 From: Robert Sivilli Date: Fri, 4 Oct 2024 13:44:33 -0400 Subject: [PATCH] updating pre-commit --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5c3448d..7ecfb62 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.5.0 + rev: v4.6.0 hooks: - id: check-yaml - id: end-of-file-fixer @@ -9,7 +9,7 @@ repos: - repo: https://github.com/psf/black - rev: 22.10.0 + rev: 24.8.0 hooks: - id: black language_version: python3.10 @@ -19,6 +19,6 @@ repos: hooks: - id: isort - repo: https://github.com/PyCQA/flake8 - rev: 7.0.0 + rev: 7.1.1 hooks: - id: flake8