- Build a new config file
- Introduce a new mode
- Configure a new input Plugin
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.