Skip to content

fix: ensure requirements are installed before running pylint in GitHu…#14

Open
risuicpc wants to merge 6 commits intosefineh-ai:mainfrom
risuicpc:fix/github-actions-install-dependencies
Open

fix: ensure requirements are installed before running pylint in GitHu…#14
risuicpc wants to merge 6 commits intosefineh-ai:mainfrom
risuicpc:fix/github-actions-install-dependencies

Conversation

@risuicpc
Copy link

…b Actions

  • Install dependencies from requirements.txt prior to linting
  • Prevents import errors (e.g., requests, bs4) during CI runs
  • Improves GitHub Actions workflow reliability across Python versions

risuicpc and others added 6 commits November 14, 2025 18:14
…b Actions

- Install dependencies from requirements.txt prior to linting
- Prevents import errors (e.g., requests, bs4) during CI runs
- Improves GitHub Actions workflow reliability across Python versions
- Added module-level and function docstrings
- Fixed long lines exceeding 100 characters
- Renamed MAX_CV_LENGTH to snake_case (max_cv_length)
- Refactored train() to reduce branches and local variables
- Ensured all Pylint warnings/errors are resolved
- Maintained full functionality for tokenization, encoding, decoding, saving, and loading
@sonarqubecloud
Copy link

sonarqubecloud bot commented Dec 5, 2025

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant