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 a22adee commit 9417739Copy full SHA for 9417739
pyproject.toml
@@ -57,6 +57,7 @@ warn_no_return = "False"
57
# mypy --no-error-summary 2>&1 | tr ':' ' ' | awk '{print $1}' | sort | uniq | sed 's/\.py//g; s|src/||g; s|\/|\.|g' | xargs -I {} echo '"{}",'
58
module = [
59
"pytorch_lightning.callbacks.progress.rich_progress",
60
+ "pytorch_lightning.cli",
61
"pytorch_lightning.profilers.base",
62
"pytorch_lightning.profilers.pytorch",
63
"pytorch_lightning.trainer.supporters",
0 commit comments