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 373fe1a commit 6f22829Copy full SHA for 6f22829
setup.cfg
@@ -99,6 +99,10 @@ max-line-length = 120
99
files = pytorch_lightning, pl_examples, benchmarks, tests
100
disallow_untyped_defs = True
101
ignore_missing_imports = True
102
+show_error_codes = True
103
+warn_redundant_casts = True
104
+warn_unused_configs = True
105
+warn_unused_ignores = True
106
107
# todo: add proper typing to this module...
108
[mypy-pytorch_lightning.callbacks.*]
0 commit comments