From db688c80b558b03e4200c548bc376dee4dde4063 Mon Sep 17 00:00:00 2001 From: The AiiDA Team Date: Wed, 25 Oct 2023 06:38:36 +0000 Subject: [PATCH] Update `pre-commit` hooks --- .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 8738c1f6..09339b8e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,7 +20,7 @@ repos: exclude: ^.github/dependabot.yml$ - repo: https://github.com/ambv/black - rev: 23.9.1 + rev: 23.10.1 hooks: - id: black name: Blacken