Skip to content

Commit 69dd05b

Browse files
Update static_type_checking.md (#32986)
1 parent d86f976 commit 69dd05b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/dev/static_type_checking.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ It also walks through the setup necessary to run mypy and pyright, static type c
55

66
For the TL;DR version, please see the [Static Type Checking Cheat Sheet](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/dev/static_type_checking_cheat_sheet.md).
77

8+
> Note: If you are seeing typing errors in **generated code**, please first try to regenerate with the latest version of the generator. If typing errors persist, open an issue in the [generator repo](https://github.com/Azure/autorest.python).
9+
810
## Table of contents
911
- [Intro to typing in Python](#intro-to-typing-in-python)
1012
- [Typing a client library](#typing-a-client-library)

0 commit comments

Comments
 (0)