From e6b36bf2c4fb5af956fe66fe558ea0254cc9fd96 Mon Sep 17 00:00:00 2001 From: Willem-Jan Vriend <wjvriend@astro.rug.nl> Date: Sat, 11 Feb 2023 14:11:01 +0100 Subject: [PATCH] notebooks are not part of black run --- conda-recipe/run_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conda-recipe/run_test.sh b/conda-recipe/run_test.sh index c26985eea..87711a29b 100755 --- a/conda-recipe/run_test.sh +++ b/conda-recipe/run_test.sh @@ -176,7 +176,7 @@ coverage report -m # TODO: Reenable flake8 #flake8 --docstring-convention google --max-line-length 120 --max-doc-length 80 --extend-ignore=E203 "${SRC_DIR}/src/micado" -black --check --exclude "notebooks/*" "${SRC_DIR}/src/micado" +black --check "${SRC_DIR}/src/micado" # Install sourcery. This might break things and is thus disabled for now. #pip install sourcery-cli -- GitLab