From c8ac5e0e7e8f69cd7f205991573ff8f1792386ac Mon Sep 17 00:00:00 2001 From: Andrew Svetlov Date: Mon, 12 Oct 2020 18:31:55 +0300 Subject: [PATCH] Fix markers --- requirements/lint.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/lint.txt b/requirements/lint.txt index ee257ba6b..0707292ac 100644 --- a/requirements/lint.txt +++ b/requirements/lint.txt @@ -1,5 +1,5 @@ mypy==0.790; implementation_name=="cpython" flake8==3.8.4 flake8-pyi==20.5.0; python_version >= "3.6" -black==20.8b1; python_version >= "3.6"; implementation_name=="cpython" +black==20.8b1; python_version >= "3.6" and implementation_name=="cpython" mypy-extensions==0.4.3; implementation_name=="cpython"