From e6c3eb8fe2ae7b9d1062943840e88bbce3354973 Mon Sep 17 00:00:00 2001 From: SilviaAmAm Date: Fri, 3 Nov 2023 12:39:07 +0100 Subject: [PATCH] :pushpin: Pin black --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 167ad38..5fe4e42 100644 --- a/setup.cfg +++ b/setup.cfg @@ -33,7 +33,7 @@ tests_require = pytest pytest-django isort - black + black==22.12.0 flake8 zgw_consumers @@ -47,7 +47,7 @@ tests = pytest pytest-django isort - black + black==22.12.0 flake8 pep8 = flake8 coverage = pytest-cov