[PR #2] [MERGED] chore: add pre-commit hooks and lint code #37

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

📋 Pull Request Information

Original PR: https://github.com/run-llama/workflows-py/pull/2
Author: @masci
Created: 6/10/2025
Status: Merged
Merged: 6/10/2025
Merged by: @masci

Base: mainHead: massi/pre-commit


📝 Commits (1)

  • 276877e chore: add pre-commit hooks and lint code

📊 Changes

21 files changed (+444 additions, -217 deletions)

View changed files

.github/workflows/lint.yml (+20 -0)
📝 .github/workflows/publish_release.yml (+1 -1)
.pre-commit-config.yaml (+59 -0)
📝 pyproject.toml (+10 -5)
📝 src/workflows/service.py (+1 -1)
📝 src/workflows/utils.py (+3 -3)
📝 tests/conftest.py (+3 -3)
📝 tests/test_checkpointer.py (+10 -10)
📝 tests/test_context.py (+35 -32)
📝 tests/test_decorator.py (+8 -8)
📝 tests/test_event.py (+8 -8)
📝 tests/test_handler.py (+4 -4)
📝 tests/test_resources.py (+17 -17)
📝 tests/test_retry_policy.py (+3 -3)
📝 tests/test_service.py (+5 -5)
📝 tests/test_stepwise.py (+1 -1)
📝 tests/test_streaming.py (+9 -8)
📝 tests/test_utils.py (+31 -31)
📝 tests/test_workflow.py (+75 -75)
📝 tests/test_workflow_postponed_annotations.py (+2 -2)

...and 1 more files

📄 Description

No description provided


🔄 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/workflows-py/pull/2 **Author:** [@masci](https://github.com/masci) **Created:** 6/10/2025 **Status:** ✅ Merged **Merged:** 6/10/2025 **Merged by:** [@masci](https://github.com/masci) **Base:** `main` ← **Head:** `massi/pre-commit` --- ### 📝 Commits (1) - [`276877e`](https://github.com/run-llama/workflows-py/commit/276877e64a30348a987e53e4bb9a7c9f1d8a66bd) chore: add pre-commit hooks and lint code ### 📊 Changes **21 files changed** (+444 additions, -217 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/lint.yml` (+20 -0) 📝 `.github/workflows/publish_release.yml` (+1 -1) ➕ `.pre-commit-config.yaml` (+59 -0) 📝 `pyproject.toml` (+10 -5) 📝 `src/workflows/service.py` (+1 -1) 📝 `src/workflows/utils.py` (+3 -3) 📝 `tests/conftest.py` (+3 -3) 📝 `tests/test_checkpointer.py` (+10 -10) 📝 `tests/test_context.py` (+35 -32) 📝 `tests/test_decorator.py` (+8 -8) 📝 `tests/test_event.py` (+8 -8) 📝 `tests/test_handler.py` (+4 -4) 📝 `tests/test_resources.py` (+17 -17) 📝 `tests/test_retry_policy.py` (+3 -3) 📝 `tests/test_service.py` (+5 -5) 📝 `tests/test_stepwise.py` (+1 -1) 📝 `tests/test_streaming.py` (+9 -8) 📝 `tests/test_utils.py` (+31 -31) 📝 `tests/test_workflow.py` (+75 -75) 📝 `tests/test_workflow_postponed_annotations.py` (+2 -2) _...and 1 more files_ </details> ### 📄 Description _No description provided_ --- <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 02:16:20 -05:00
yindo closed this issue 2026-02-16 02:16:20 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/workflows-py#37