Install pre commit hook before submit the PR
```
pip install black==25.1.0 ruff==0.11.11
apt install clang-format
bash ./.githooks/install
```
