Skip to content

Commit fcb58cb

Browse files
committed
Add info about how to enable type hints for testing to dev setup guide
1 parent fa144f3 commit fcb58cb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/development-environment-setup/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ The basic steps include:
3333
> [!NOTE]
3434
> This will install the required pip dependencies in a local Python 3 `venv` directory called `.venv` (your global Python packages will remain untouched).
3535
> Depending on your system, some `pip` modules may require additional native libs installed.
36+
37+
> [!NOTE]
38+
> Consider running `make install-dev-types` to enable type hinting for efficient [integration tests](../testing/integration-tests/README.md) development.
3639
5. Start localstack in host mode using `make start`
3740

3841
<div align="left">

0 commit comments

Comments
 (0)