mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-08 15:48:29 +00:00
Fix static typing errors (#187)
Co-authored-by: João Moura <joaomdmoura@gmail.com>
This commit is contained in:
@@ -208,6 +208,11 @@ pre-commit install
|
||||
poetry run pytest
|
||||
```
|
||||
|
||||
### Running static type checks
|
||||
```bash
|
||||
poetry run pyright
|
||||
```
|
||||
|
||||
### Packaging
|
||||
```bash
|
||||
poetry build
|
||||
@@ -224,5 +229,3 @@ If you are interested on having access to it and hiring weekly hours with our te
|
||||
|
||||
## License
|
||||
CrewAI is released under the MIT License
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user