Hi team,
Anyone has any idea how to use pre-commit hooks when developing via Databricks UI?
Would specifically want to use something like isort, black, ruff etc.
I have created .pre-commit-config.yaml and pyproject.toml files in my cloned repo folder, but its not getting picked up.
Also if I try to execute `!pre-commit install` command in notebook it says "An error has occurred: FatalError: git failed. Is it installed, and are you in a Git repository directory?"
Any help would be much appreciated!