From 0b0bc03c8cfaf605aede9598093edfdb5aacd985 Mon Sep 17 00:00:00 2001 From: Michael Osthege Date: Fri, 24 Nov 2023 09:32:32 +0100 Subject: [PATCH] Update pre-commit hooks and black --- .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 99b4751..ae3aadd 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ exclude: testfiles/|\.(csv|ipynb)$ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.5.0 hooks: - id: check-merge-conflict - id: check-toml @@ -16,6 +16,6 @@ repos: - id: isort name: isort - repo: https://github.com/psf/black - rev: 22.3.0 + rev: 23.11.0 hooks: - id: black