mirror of
https://github.com/kennethreitz/pydantic.git
synced 2026-06-05 23:00:18 +00:00
correct command formatting in docs/usage/mypy
This commit is contained in:
+7
-5
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user