From 616a9562a5006fe7616090ad4d41cee11736ed70 Mon Sep 17 00:00:00 2001 From: Peter Gorniak Date: Tue, 19 Mar 2024 11:05:11 -0700 Subject: [PATCH] bump precommit hooks --- .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 3289c9b5..a20e3170 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,11 +5,11 @@ default_language_version: python: python3 repos: - repo: https://github.com/psf/black - rev: 23.1.0 + rev: 24.3.0 hooks: - id: black - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.5.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -17,13 +17,13 @@ repos: - id: pretty-format-json args: [--autofix, --no-ensure-ascii, --indent=4] - repo: https://github.com/pycqa/flake8 - rev: 6.0.0 + rev: 7.0.0 hooks: - id: flake8 args: [--max-line-length=120, "--ignore=E203,W503"] additional_dependencies: [flake8-bugbear] - repo: https://github.com/pycqa/isort - rev: 5.12.0 + rev: 5.13.2 hooks: - id: isort name: isort (python)