[PR #6] [MERGED] Build / dev tools #6

Closed
opened 2026-02-16 03:16:39 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/run-llama/template-workflow-data-extraction/pull/6
Author: @adrianlyjak
Created: 7/30/2025
Status: Merged
Merged: 7/30/2025
Merged by: @adrianlyjak

Base: mainHead: adrian/format


📝 Commits (10+)

📊 Changes

30 files changed (+891 additions, -207 deletions)

View changed files

📝 .github/workflows/check-regeneration.yml (+44 -4)
📝 .gitignore (+1 -1)
CONTRIBUTING.md (+87 -0)
📝 copier.yaml (+3 -1)
📝 copier/copy_utils.py (+684 -106)
📝 pyproject.toml.jinja (+7 -10)
📝 src/{{ project_name_snake }}/config.py.jinja (+1 -2)
test-proj/.copier-answers.yml (+5 -0)
test-proj/copier.yaml (+0 -26)
📝 test-proj/pyproject.toml (+7 -10)
📝 test-proj/src/test_proj/config.py (+1 -2)
test-proj/tests/test_placeholder.py (+2 -0)
📝 test-proj/ui/package.json (+4 -3)
📝 test-proj/ui/src/app/globals.css (+1 -1)
📝 test-proj/ui/src/app/layout.tsx (+4 -2)
📝 test-proj/ui/src/app/page.module.css (+0 -2)
📝 test-proj/ui/src/app/page.tsx (+1 -1)
📝 test-proj/ui/src/lib/ToolbarContext.tsx (+8 -6)
📝 test-proj/ui/src/lib/config.ts (+1 -1)
📝 test-proj/ui/src/lib/utils.ts (+3 -3)

...and 10 more files

📄 Description

  • Reformat existing code with ruff/prettier,
  • add github checks to validate types, formats
  • Enhance tools to be able to auto-fix the template from the test-proj

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/run-llama/template-workflow-data-extraction/pull/6 **Author:** [@adrianlyjak](https://github.com/adrianlyjak) **Created:** 7/30/2025 **Status:** ✅ Merged **Merged:** 7/30/2025 **Merged by:** [@adrianlyjak](https://github.com/adrianlyjak) **Base:** `main` ← **Head:** `adrian/format` --- ### 📝 Commits (10+) - [`c045d44`](https://github.com/run-llama/template-workflow-data-extraction/commit/c045d44fb769af49387fbbae67d058bc51d2d775) wip - [`b14a36d`](https://github.com/run-llama/template-workflow-data-extraction/commit/b14a36d5ff7f91dae4149247fdcc7678975716cb) fix - [`73ca511`](https://github.com/run-llama/template-workflow-data-extraction/commit/73ca511b4d04c5cba89f19f7e21b8b74b32b5e96) cp - [`56b911d`](https://github.com/run-llama/template-workflow-data-extraction/commit/56b911db82f991801c1ce59f6b0adeaa190acbec) wip - [`8463a8b`](https://github.com/run-llama/template-workflow-data-extraction/commit/8463a8bc51b98e15178386852d43ac70dc39e332) quickfs - [`f0a7040`](https://github.com/run-llama/template-workflow-data-extraction/commit/f0a7040f0b53bd5e516d17b3838e28f6ae169f7f) docs and test - [`f2b9388`](https://github.com/run-llama/template-workflow-data-extraction/commit/f2b93881b2db1665b5588a7444829445f2edc1f3) moar - [`90aebe7`](https://github.com/run-llama/template-workflow-data-extraction/commit/90aebe7021fad2f969438640b1b2ce995427c584) maybe? - [`7879935`](https://github.com/run-llama/template-workflow-data-extraction/commit/78799355500f1053684c08ab2424bccd14da164f) update contributing - [`8435565`](https://github.com/run-llama/template-workflow-data-extraction/commit/84355650d3e9705fd313d8cc192a53c46b9cd341) no master ### 📊 Changes **30 files changed** (+891 additions, -207 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/check-regeneration.yml` (+44 -4) 📝 `.gitignore` (+1 -1) ➕ `CONTRIBUTING.md` (+87 -0) 📝 `copier.yaml` (+3 -1) 📝 `copier/copy_utils.py` (+684 -106) 📝 `pyproject.toml.jinja` (+7 -10) 📝 `src/{{ project_name_snake }}/config.py.jinja` (+1 -2) ➕ `test-proj/.copier-answers.yml` (+5 -0) ➖ `test-proj/copier.yaml` (+0 -26) 📝 `test-proj/pyproject.toml` (+7 -10) 📝 `test-proj/src/test_proj/config.py` (+1 -2) ➕ `test-proj/tests/test_placeholder.py` (+2 -0) 📝 `test-proj/ui/package.json` (+4 -3) 📝 `test-proj/ui/src/app/globals.css` (+1 -1) 📝 `test-proj/ui/src/app/layout.tsx` (+4 -2) 📝 `test-proj/ui/src/app/page.module.css` (+0 -2) 📝 `test-proj/ui/src/app/page.tsx` (+1 -1) 📝 `test-proj/ui/src/lib/ToolbarContext.tsx` (+8 -6) 📝 `test-proj/ui/src/lib/config.ts` (+1 -1) 📝 `test-proj/ui/src/lib/utils.ts` (+3 -3) _...and 10 more files_ </details> ### 📄 Description - Reformat existing code with ruff/prettier, - add github checks to validate types, formats - Enhance tools to be able to auto-fix the template from the test-proj --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 03:16:39 -05:00
yindo closed this issue 2026-02-16 03:16:39 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/template-workflow-data-extraction#6