From 3117c48ba3ec354710badb9f2d72d4f28c90ce94 Mon Sep 17 00:00:00 2001 From: Willem-Jan Vriend <wjvriend@astro.rug.nl> Date: Tue, 14 Feb 2023 09:56:36 +0100 Subject: [PATCH] use previous version of black --- conda-recipe/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conda-recipe/meta.yaml b/conda-recipe/meta.yaml index 80fb0be6d..03d5ab7ae 100644 --- a/conda-recipe/meta.yaml +++ b/conda-recipe/meta.yaml @@ -87,7 +87,7 @@ requirements: - mock #- flake8 #- flake8-docstrings - - black ==23.1 + - black ==22.3 # For development, e.g. in container. #- ripgrep #- vim -- GitLab