The sole intention of this repository is to contain the README.md file that will be shown at the eclipse-kuksa github page!
The repository has configuration file with pre-commits hooks.
It executes a number of checks that typically must pass for a new Pull Request to be accepted and merged.
You must manually configure pre-commit to use the provided hooks by running pre-commit install
from the
repository top folder.
$ pip install pre-commit
$ pre-commit install