diff --git a/docs/usage/mypy.md b/docs/usage/mypy.md index 7c67596..7f5ace1 100644 --- a/docs/usage/mypy.md +++ b/docs/usage/mypy.md @@ -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