Skip to content

Commit 124f61e

Browse files
committed
Add note about - to read from stdin
1 parent 303d138 commit 124f61e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,10 @@ which will open a blank IDLE window, hook into `idlemypyextension`, have it
124124
add annotations to all files referenced in error log file, and then close
125125
that temporary blank window, leaving all the files with errors still open.
126126

127+
If for some reason you need to run plain mypy instead of dmypy, you can do
128+
```bash
129+
mypy | idlemypyextension -
130+
```
127131

128132
### Links
129133
* Source Code - https://github.com/CoolCat467/idlemypyextension.git

0 commit comments

Comments
 (0)