From 113282e76ae47ceaa358531c5bc959528d3b3ef3 Mon Sep 17 00:00:00 2001 From: Simon Brugman Date: Wed, 24 Apr 2024 17:51:17 +0000 Subject: [PATCH] ci: update dependencies --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5490e2f0..f5577d5c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,7 +11,7 @@ repos: - id: isort args: ["--profile", "black", "--filter-files"] - repo: https://github.com/psf/black - rev: 24.4.0 + rev: 24.4.1 hooks: - id: black language_version: python