From d43b10cbe4d35abf79fea816bdaafbd6c41f6c32 Mon Sep 17 00:00:00 2001 From: Joe Gordon Date: Thu, 2 Dec 2021 16:14:27 -0800 Subject: Add black CI configuration Since we already have a tox based ci.yml file add black there instead of using https://black.readthedocs.io/en/stable/integrations/github_actions.html --- test-requirements.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'test-requirements.txt') diff --git a/test-requirements.txt b/test-requirements.txt index dceb81f..82a07e1 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,3 +1,4 @@ +black==21.11b1 pytest pytest-cov gevent==20.9.0; "PyPy" not in platform_python_implementation -- cgit v1.2.1