We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43f73fd commit cccf517Copy full SHA for cccf517
setup.cfg
@@ -102,6 +102,10 @@ max-line-length = 120
102
files = pytorch_lightning, pl_examples, benchmarks, tests
103
disallow_untyped_defs = True
104
ignore_missing_imports = True
105
+show_error_codes = True
106
+warn_redundant_casts = True
107
+warn_unused_configs = True
108
+warn_unused_ignores = True
109
110
# todo: add proper typing to this module...
111
[mypy-pytorch_lightning.callbacks.*]
0 commit comments