Skip to content

Commit 1494458

Browse files
chore: move ruff configuration to dedicated ruff.toml file (#237)
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Co-authored-by: Aaron <AJ> Steers <aj@airbyte.io>
1 parent 17dd71f commit 1494458

4 files changed

Lines changed: 983 additions & 1006 deletions

File tree

docs/CONTRIBUTING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ To see all available scripts, run `poetry run poe`.
4444

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

47+
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.
48+
4749
## Auto-Generating the Declarative Schema File
4850

4951
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:

0 commit comments

Comments
 (0)