From b5770763796e7c2522da42ded76123cd44f0b348 Mon Sep 17 00:00:00 2001 From: Jirka Borovec Date: Thu, 4 Mar 2021 17:48:17 +0100 Subject: [PATCH] hotfix for PT1.6 and torchtext (#6323) * ci: azure reinstall torchtext * move * todos * 0.6.0 * skip examples * formatter * skip * todo * Apply suggestions from code review --- setup.cfg | 4 ---- 1 file changed, 4 deletions(-) diff --git a/setup.cfg b/setup.cfg index 121716ec725f64..fc64e5d948ffdb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -134,10 +134,6 @@ warn_unused_ignores = True [mypy-pytorch_lightning.accelerators.tpu.*] ignore_errors = True -# todo: add proper typing to this module... -[mypy-pytorch_lightning.accelerators.*] -ignore_errors = True - # todo: add proper typing to this module... [mypy-pytorch_lightning.callbacks.*] ignore_errors = True