Skip to content

Commit 3e99939

Browse files
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

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
## [0.3.6] - 2025-01-30
11-
1210
### Added
1311
- **mise Integration**: Complete mise configuration example for project integration
1412
- Tasks for hooks installation, doctor, logs, and queries
@@ -26,6 +24,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2624
- Added update tasks for dependencies
2725

2826
### Fixed
27+
- **Code Quality**: Fixed all ruff linting and formatting issues
28+
- Removed trailing whitespace
29+
- Fixed import ordering
30+
- Removed unused imports
2931
- **Documentation**: Corrected incorrect `uvx --force` flag references
3032
- Fixed update instructions in README.md
3133
- Fixed update instructions in UPDATE_GUIDE.md
@@ -35,6 +37,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3537
- Added note that eyelet is designed for uvx (local installation may require tweaks)
3638
- Added mise integration section to README
3739
- Created comprehensive UPDATE_GUIDE.md
40+
- Added PUBLISHING_GUIDE.md for release process documentation
3841

3942
## [0.3.5] - 2025-01-30
4043

0 commit comments

Comments
 (0)