From 2d45104b79ad83f1aaefc10f3173e160c4584f97 Mon Sep 17 00:00:00 2001 From: Felix Exner Date: Wed, 24 Apr 2024 12:31:44 +0000 Subject: [PATCH] Update pre-commit hooks --- .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 100f15c..876b8d9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ --- repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.6.0 hooks: - id: check-added-large-files - id: check-docstring-first @@ -12,7 +12,7 @@ repos: - id: mixed-line-ending - id: trailing-whitespace - repo: https://github.com/psf/black - rev: 23.1.0 + rev: 24.4.0 hooks: - id: black args: ["--line-length=100"]