Skip to content

Commit 09d5859

Browse files
committed
mypy
1 parent d7b8df1 commit 09d5859

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

setup.cfg

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ ignore_errors = True
112112
ignore_errors = True
113113

114114
# todo: add proper typing to this module...
115-
[mypy-pytorch_lightning.accelerators.*]
115+
[mypy-pytorch_lightning.accelerators.legacy.*]
116116
ignore_errors = True
117117

118118
# todo: add proper typing to this module...
@@ -123,10 +123,6 @@ ignore_errors = True
123123
[mypy-pytorch_lightning.loggers.*]
124124
ignore_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.*]
132128
ignore_errors = True
@@ -144,7 +140,7 @@ ignore_errors = True
144140
ignore_errors = True
145141

146142
# todo: add proper typing to this module...
147-
[mypy-pytorch_lightning.plugins.*]
143+
[mypy-pytorch_lightning.plugins.legacy.*]
148144
ignore_errors = True
149145

150146
# todo: add proper typing to this module...

0 commit comments

Comments
 (0)