From 511b3f62e018ea3d08bc4bd5809d4c6da73127a1 Mon Sep 17 00:00:00 2001 From: Willem-Jan Vriend <wjvriend@astro.rug.nl> Date: Fri, 10 Feb 2023 15:48:53 +0100 Subject: [PATCH] fix black to v23.1 --- 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 98b84ad6f..80fb0be6d 100644 --- a/conda-recipe/meta.yaml +++ b/conda-recipe/meta.yaml @@ -87,7 +87,7 @@ requirements: - mock #- flake8 #- flake8-docstrings - - black + - black ==23.1 # For development, e.g. in container. #- ripgrep #- vim -- GitLab