feat: update mypy script comment

This commit is contained in:
psychedelicious 2023-11-21 07:18:04 +11:00
parent da443973cb
commit 84a0a0fa14

View File

@ -16,5 +16,6 @@ mypy:
mypy scripts/invokeai-web.py
# Runs mypy, ignoring the config in pyproject.toml but still ignoring missing (untyped) imports
# (many files are ignored by the config, so this is useful for checking all files)
mypy-all:
mypy scripts/invokeai-web.py --config-file= --ignore-missing-imports