From 83ec83c264162dbec6647d12557cd02d3761d5ac Mon Sep 17 00:00:00 2001 From: Sam Bull Date: Fri, 10 Feb 2023 23:32:02 +0000 Subject: [PATCH] Update lint.txt --- requirements/lint.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/lint.txt b/requirements/lint.txt index a3b63bd67a8..541b373c7d2 100644 --- a/requirements/lint.txt +++ b/requirements/lint.txt @@ -1,4 +1,4 @@ -r typing-extensions.txt -mypy==1.0.0; implementation_name=="cpython" +mypy==0.910; implementation_name=="cpython" pre-commit==2.16.0 pytest==6.2.5