File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828
2929## Pyright Configuration
3030
31- The ` pyrightconfig.json ` file configures the [ Pyright type checker] ( https://github.com/microsoft/pyright ) for this
32- project. It sets the type checking mode to "basic" for less strict analysis and
33- disables warnings about missing type stubs and untyped base classes. This helps
34- minimize unnecessary alerts from third-party libraries that lack type
35- information, allowing you to focus on type issues within your own codebase.
31+ The ` pyrightconfig.json ` file configures the
32+ [ Pyright type checker] ( https://github.com/microsoft/pyright ) for this project.
33+ It sets the type checking mode to "basic" for less strict analysis and disables
34+ warnings about missing type stubs and untyped base classes. This helps minimize
35+ unnecessary alerts from third-party libraries that lack type information,
36+ allowing you to focus on type issues within your own codebase.
You can’t perform that action at this time.
0 commit comments