Skip to content

Commit bdb31d3

Browse files
author
DevForge Engineer
committed
docs(contributing): fix 'uff' -> 'ruff' typos in lint commands
Both lint instructions in CONTRIBUTING.md had 'uff' instead of 'ruff', making the commands non-functional for contributors. test(converter): add missing coverage for unsupported root types and schema gen - Test ValueError for string/number/boolean root types - Test generate_schema with single dict root - Test generate_schema with primitive root (falls back to 'value' column) - Test generate_schema with flatten=True and nested arrays Converter module coverage: 93% -> 100%
1 parent d309fdd commit bdb31d3

12 files changed

Lines changed: 52 additions & 2 deletions

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ Thanks for your interest in contributing!
88
2. Create a virtual environment: python -m venv .venv && source .venv/bin/activate
99
3. Install dev dependencies: pip install -e ".[dev]"
1010
4. Run tests: pytest tests/ -v
11-
5. Lint: uff check src/
11+
5. Lint: `ruff check src/`
1212

1313
## Pull Requests
1414

1515
- Fork the repo and create a feature branch
1616
- Add tests for any new functionality
1717
- Ensure all existing tests pass
18-
- Run uff check src/ --fix before committing
18+
- Run `ruff check src/ --fix` before committing
1919
- Keep PRs focused on a single change
2020

2121
## Reporting Issues
-269 Bytes
Binary file not shown.
-271 Bytes
Binary file not shown.
-3.76 KB
Binary file not shown.
-4.01 KB
Binary file not shown.
-9.72 KB
Binary file not shown.
-11.9 KB
Binary file not shown.
-4.63 KB
Binary file not shown.
-5.68 KB
Binary file not shown.
-23.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)