From 036cb3d300570f3cc23b21442493b6005034ce81 Mon Sep 17 00:00:00 2001 From: Geert Meersman Date: Thu, 26 Dec 2024 14:16:58 +0100 Subject: [PATCH] chore: pre-commit --- .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 eed7905..dfa7a5c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ minimum_pre_commit_version: 2.11.0 default_stages: [pre-commit, pre-push, manual] repos: - repo: https://github.com/psf/black - rev: 24.10.0 + rev: 24.8.0 hooks: - id: black - repo: https://github.com/pycqa/flake8