Commit 3e99939
committed
fix: Resolve ruff linting and formatting issues for CI/CD
- Fixed all trailing whitespace issues
- Removed unused imports and variables
- Fixed import ordering with ruff format
- Cleaned up blank lines with whitespace
- Fixed loop control variable naming (i -> _)
- All tests passing locally
This should resolve the GitHub Actions build failures.1 parent 394e398 commit 3e99939
37 files changed
Lines changed: 1836 additions & 1695 deletions
File tree
- src/eyelet
- cli
- recall
- services
- tui
- screens
- tests
- tui
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
12 | 10 | | |
13 | 11 | | |
14 | 12 | | |
| |||
26 | 24 | | |
27 | 25 | | |
28 | 26 | | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
29 | 31 | | |
30 | 32 | | |
31 | 33 | | |
| |||
35 | 37 | | |
36 | 38 | | |
37 | 39 | | |
| 40 | + | |
38 | 41 | | |
39 | 42 | | |
40 | 43 | | |
| |||
0 commit comments