Skip to content

Commit 84a0a0f

Browse files
feat: update mypy script comment
1 parent da44397 commit 84a0a0f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,6 @@ mypy:
1616
mypy scripts/invokeai-web.py
1717

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

0 commit comments

Comments
 (0)