Skip to content

Commit e57138b

Browse files
authored
Update azpysdk tool documentation (#43029)
1 parent 5caff0c commit e57138b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/tool_usage_guide.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,10 @@ This repo is currently migrating all checks from a slower `tox`-based framework,
1818
|`pylint`| Runs `pylint` checks or `next-pylint` checks. (based on presence of `--next` argument) | `azpysdk pylint .` |
1919
|`mypy`| Runs `mypy` checks or `next-mypy` checks. (based on presence of `--next` argument) | `azpysdk mypy --next=True .` |
2020
|`sphinx`| Generates a documentation website for the targeted packages. Runs `sphinx` or `next-sphinx` (based on presence of `--next` argument). | `azpysdk sphinx .` |
21+
|`pyright`| Runs `pyright` checks or `next-pyright` checks. (based on presence of `--next` argument) | `azpysdk pyright .` |
2122
|`black`| Runs `black` checks. | `azpysdk black .` |
23+
|`verifytypes`| Runs `verifytypes` checks. | `azpysdk verifytypes .` |
24+
|`ruff`| Runs `ruff` checks. | `azpysdk ruff .` |
2225
|`import_all`| Installs the package w/ default dependencies, then attempts to `import *` from the base namespace. Ensures that all imports will resolve after a base install and import. | `azpysdk import_all .` |
2326

2427
## Common arguments

0 commit comments

Comments
 (0)