- Build a new config file
- Introduce a new mode
- Configure a new input Plugin
Getting Started with Development
Before building with OM1, make sure you’ve completed the Getting Started guide and have OM1 installed. Then dive into any recipe that interests you!Development workflow
Linting and Testing (Mandatory)
To check/format/lint your code before committing, install pre-commit and executepre-commit install. This ensures that pre-commit checks run before each commit.
Additionally, you can manually trigger all checks by running
Updating the Docs
After you have updated the core documentation, make sure to run:Unit Testing
To unit test the system, run:hints and docstrings for better code maintainability.