From 3c77412d335bc50edaf575a797e8c43a22fb5996 Mon Sep 17 00:00:00 2001 From: Alexandre Flament Date: Fri, 24 Dec 2021 09:49:45 +0100 Subject: [mod] replace pycodestyle by black "make test.black" checks for the code style "make format.python" format the python code --- requirements-dev.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'requirements-dev.txt') diff --git a/requirements-dev.txt b/requirements-dev.txt index c80afc460..0fef51f24 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,6 +1,7 @@ mock==4.0.3 nose2[coverage_plugin]==0.10.0 cov-core==1.15.0 +black==21.12b0 pycodestyle==2.8.0 pylint==2.12.2 splinter==0.17.0 -- cgit v1.2.3