File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ ignore_errors = True
112112ignore_errors = True
113113
114114# todo: add proper typing to this module...
115- [mypy-pytorch_lightning.accelerators.*]
115+ [mypy-pytorch_lightning.accelerators.legacy. *]
116116ignore_errors = True
117117
118118# todo: add proper typing to this module...
@@ -123,10 +123,6 @@ ignore_errors = True
123123[mypy-pytorch_lightning.loggers.*]
124124ignore_errors = True
125125
126- # todo: add proper typing to this module...
127- [mypy-pytorch_lightning.logging.*]
128- ignore_errors = True
129-
130126# todo: add proper typing to this module...
131127[mypy-pytorch_lightning.metrics.*]
132128ignore_errors = True
@@ -144,7 +140,7 @@ ignore_errors = True
144140ignore_errors = True
145141
146142# todo: add proper typing to this module...
147- [mypy-pytorch_lightning.plugins.*]
143+ [mypy-pytorch_lightning.plugins.legacy. *]
148144ignore_errors = True
149145
150146# todo: add proper typing to this module...
You can’t perform that action at this time.
0 commit comments