pragunbhutani / dbt-llm-tools

RAG based LLM chatbot for dbt projects
Other
48 stars 12 forks source link

Add the ability to auto update documentation using a pre-commit hook #28

Open codeblech opened 2 weeks ago

codeblech commented 2 weeks ago

add a pre-commit hook that checks if the pyproject.toml file has changed and if so, regenerates the requirements-docs.txt file using the command poetry export --with docs -f requirements.txt -o requirements-docs.txt