-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(py): implementation of parse.py; refactor parse.ts and update te…
…sts. CHANGELOG: - [ ] Add Python implementation of parse.py - [ ] Add scripts/run_tests to run all tests and update hooks. - [ ] Update scripts/fmt to make additional python fixes. - [ ] Update .github/workflows/test.yml to also build the library (missing) - [ ] Add a Role type for the role in types.d.ts and typing.py - [ ] Add docstrings to Python models in typing.py - [ ] Configure pyproject.toml to remove unused vars and imports. - [ ] Switch to testing in the affirmative and go bottom up for Python and Go as team wants the CI to complain when the tests fail. - [ ] Disable a stub test in helpers_test.py until we have a handlebars py dependency - [ ] Add build and test scripts to the root package.json file for convenience. - [ ] Update to pnpm 10.2.0 to keep up with Genkit and setup script. - [ ] Some lint fixes.
- Loading branch information
Showing
24 changed files
with
1,930 additions
and
318 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.