correct command formatting in docs/usage/mypy

This commit is contained in:
Samuel Colvin
2019-10-11 17:13:43 +01:00
parent d381fe84c6
commit d6d8d7f9ed
+7 -5
View File
@@ -8,11 +8,13 @@ _(This script is complete, it should run "as is")_
You can also run it through mypy with:
mypy \
--ignore-missing-imports \
--follow-imports=skip \
--strict-optional \
pydantic_mypy_test.py
```bash
mypy \
--ignore-missing-imports \
--follow-imports=skip \
--strict-optional \
pydantic_mypy_test.py
```
## Strict Optional