oscerd commented on PR #345: URL: https://github.com/apache/airflow-steward/pull/345#issuecomment-4567770933
@potiuk Done in 5aa58e6: 1. Added `jira` to the pytest matrix in `.github/workflows/tests.yml` 2. Added four prek hooks (`ruff-check`, `ruff-format`, `mypy`, `pytest`) in `.pre-commit-config.yaml` — `files:` pattern includes `bridge.groovy` so tests re-run when the bridge itself changes 3. Added `ruff` and `mypy` to dev dependencies in `pyproject.toml` with mypy config mirroring `sandbox-lint` All four checks pass locally (ruff check, ruff format, mypy, pytest collect — 28 tests). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
