Skip to content

Commit

Permalink
Merge branch 'main' into christo/request-option-field-path
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristoGrab authored Jan 22, 2025
2 parents a2262a9 + 1494458 commit e36a06a
Show file tree
Hide file tree
Showing 4 changed files with 983 additions and 1,006 deletions.
2 changes: 2 additions & 0 deletions docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ To see all available scripts, run `poetry run poe`.

To see all available `ruff` options, run `poetry run ruff`.

The Ruff configuration is stored in `ruff.toml` at the root of the repository. This file contains settings for line length, target Python version, and linting rules.

## Auto-Generating the Declarative Schema File

Low-code CDK models are generated from `sources/declarative/declarative_component_schema.yaml`. If the iteration you are working on includes changes to the models or the connector generator, you may need to regenerate them. In order to do that, you can run:
Expand Down
Loading

0 comments on commit e36a06a

Please sign in to comment.