Getting Started
What's new
The latest developments at UniteLabs.
Check out our latest update to the connector-factory template project.
- Expanded supported package managers to include:
poetry
,uv
, andhatch
. - Loosened python version requirements such that new projects are created with whatever python version is globally available.
- Improved automated testing with python version matrixing.
- Expanded
ruff
linting and formatting rulesets. - Established
pre-commit
config to apply standard checks like preventing secrets from being uploaded and linting, as well as some highly-opinionated hooks, such as preventing commits tomain
-branch and enforcing conventional-commit message style. - Updated VSCode
settings.json
to enable integrated test-coverage reporting and linting, and improve editor auto-completions. - Added a VSCode
launch.json
for test debugging andconnector start
.