From d3b3619c11d103471b90523528dda9ef8f5f459e Mon Sep 17 00:00:00 2001 From: nadamoukaddem Date: Mon, 4 Mar 2024 14:49:31 +0100 Subject: [PATCH] remove commented black plugin from addopts --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f66cf571..09bc2c74 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -75,7 +75,6 @@ convention = "numpy" [tool.pytest.ini_options] addopts = [ "--verbose", - #"--black", "--emoji", "--cov=wf_psf", "--cov-report=term-missing",