From c3962181bec7f111d6f5811d002dcd85c7c5f1f4 Mon Sep 17 00:00:00 2001 From: Pavel Zwerschke Date: Sun, 4 Feb 2024 11:00:55 +0100 Subject: [PATCH] Fix copier migration --- .pre-commit-hooks.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index ad27a25..d513c42 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -3,3 +3,5 @@ description: 'Black: The uncompromising Python code formatter' entry: black language: conda + require_serial: true + types: [python]