We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38de4ff commit ed2991fCopy full SHA for ed2991f
docs/contributing/guides/type-hints.md
@@ -90,6 +90,19 @@ The type checker that we use in our code-base is [**basedpyright**](https://docs
90
pyright which adds some extra checks and features and focuses more on the open-source community, than the
91
official Microsoft owned Pyright.
92
93
+### Running BasedPyright
94
+
95
+To run BasedPyright on the code-base, you can use the following command:
96
97
+```bash
98
+basedpyright .
99
+```
100
101
+!!! note ""
102
103
+ You will need to run this from an [activated](./setup.md#activating-the-environment) poetry environment while
104
+ in the project's root directory.
105
106
### Editor Integration
107
108
=== "VSCode"
0 commit comments