From 3614bd20e6fc24932f8c7900dac15a5a2c41ffcd Mon Sep 17 00:00:00 2001 From: GitHub Date: Fri, 2 Feb 2024 12:36:47 +0000 Subject: [PATCH] MAINT: update pip constraints and pre-commit --- .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 91a0528..9227590 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,7 +12,7 @@ repos: - id: check-useless-excludes - repo: https://github.com/ComPWA/policy - rev: 0.2.2 + rev: 0.2.3 hooks: - id: check-dev-files args: @@ -55,7 +55,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/psf/black - rev: 23.12.1 + rev: 24.1.1 hooks: - id: black-jupyter