Skip to content

Commit cad7735

Browse files
authored
Merge branch 'main' into chore/move-test-results-and-lint-handlers
2 parents 569a798 + 624ea3e commit cad7735

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

.github/PR_BODY_lint_utils.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
style(utils): apply ruff --fix to src/utils
2+
3+
This is a small, focused commit applying ruff auto-fixes to `src/utils` to reduce lint noise.
4+
No behavioral changes expected; purely style/formatting.
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
chore: move test_results into test/ and lint handlers
2+
3+
What I changed
4+
5+
- Moved `test_results/` into `test/test_results/` to group test artifacts with tests.
6+
- Applied `ruff --fix` to `src/handlers` (small, focused linting commit). No functional changes.
7+
- Added renamed router modules earlier to avoid mypy duplicate-module collisions.
8+
9+
Why
10+
11+
- Keeps test artifacts nested under `test/` for cleaner repo layout.
12+
- Small, isolated linting fixes are easier to review and revert if necessary.
13+
- Renaming router modules prevents future mypy collisions.
14+
15+
Notes for reviewers
16+
17+
- No runtime behavior changed. This is a repository hygiene change.
18+
- If you keep CI artifacts in `test/test_results/`, update any external tooling that referenced `test_results/` directly.

0 commit comments

Comments
 (0)