From adc11dfc9e4134b261a9d3c819191a694cd301a5 Mon Sep 17 00:00:00 2001 From: Richard Brown <33289025+rijobro@users.noreply.github.com> Date: Thu, 6 May 2021 16:58:44 +0100 Subject: [PATCH 1/4] skip most recent pytype Signed-off-by: Richard Brown <33289025+rijobro@users.noreply.github.com> --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 268dfb87d7..d16ea79f86 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -21,7 +21,7 @@ pycodestyle pyflakes black isort -pytype>=2020.6.1 +pytype>=2020.6.1, ~=2021.05.04 mypy>=0.790 ninja torchvision From 8dbcc8dade60bbb59f764a21fa2f1b2b0c9ae98f Mon Sep 17 00:00:00 2001 From: Richard Brown <33289025+rijobro@users.noreply.github.com> Date: Thu, 6 May 2021 17:00:40 +0100 Subject: [PATCH 2/4] avoid pytype 2021.05.04 Signed-off-by: Richard Brown <33289025+rijobro@users.noreply.github.com> --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index d16ea79f86..8869fc17b8 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -21,7 +21,7 @@ pycodestyle pyflakes black isort -pytype>=2020.6.1, ~=2021.05.04 +pytype>=2020.6.1, !=2021.05.04 mypy>=0.790 ninja torchvision From 832831e83c0b79aa99520d5d62dda612bdb586cb Mon Sep 17 00:00:00 2001 From: Richard Brown <33289025+rijobro@users.noreply.github.com> Date: Thu, 6 May 2021 17:12:45 +0100 Subject: [PATCH 3/4] pytype<2021 Signed-off-by: Richard Brown <33289025+rijobro@users.noreply.github.com> --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 8869fc17b8..eaf0522935 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -21,7 +21,7 @@ pycodestyle pyflakes black isort -pytype>=2020.6.1, !=2021.05.04 +pytype>=2020.6.1, <=2020.12.23 mypy>=0.790 ninja torchvision From d298420a5e6a43c8c6fbbf378cfa8d725e9c81cb Mon Sep 17 00:00:00 2001 From: Richard Brown <33289025+rijobro@users.noreply.github.com> Date: Thu, 6 May 2021 17:20:31 +0100 Subject: [PATCH 4/4] old attrs Signed-off-by: Richard Brown <33289025+rijobro@users.noreply.github.com> --- requirements-dev.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index eaf0522935..328c1b7a0f 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -21,7 +21,8 @@ pycodestyle pyflakes black isort -pytype>=2020.6.1, <=2020.12.23 +attrs<21.1.0 +pytype>=2020.6.1 mypy>=0.790 ninja torchvision