Skip to content

Pre release 052025#99

Closed
polischuks wants to merge 54 commits intoreleasefrom
pre-release-052025
Closed

Pre release 052025#99
polischuks wants to merge 54 commits intoreleasefrom
pre-release-052025

Conversation

@polischuks
Copy link
Contributor

Task: #HSPC-

Reviewers

  • @

Description

polischuks and others added 30 commits February 13, 2025 19:19
github-actions bot and others added 24 commits February 15, 2025 12:55
- Remove --exit-zero flag to make CI fail when linting issues are found
- Remove redundant ruff format command as formatting is handled by --fix flag
- Replace verbose include-based matrix with compact array syntax
- Keep the same test coverage (3 OS x 3 Python versions)
- Test environments remain unchanged:
  - OS: ubuntu-latest, windows-latest, macos-14
  - Python: 3.10, 3.11, 3.12
- Create get-python-version reusable action
- Use it in lint and mypy jobs
- Keep matrix-based versions for test and build jobs
- Remove unnecessary fallback version
- Reduce code duplication
- Simplify poetry version reading in prepare action
- Add direct Python version reading from .python-version file
- Standardize version reading across workflows
- Use consistent python_version variable naming
- Remove redundant else clause in poetry version check
- Ignore type annotation rules (ANN*) as they require significant codebase changes
- Ignore path manipulation rules (PTH*) as they are project-specific
- Ignore security rules (S*) that are not applicable
- Ignore other style rules that are too strict for current codebase
- Keep ERA001 (commented-out-code) enabled as it can be auto-fixed
- Ignore type annotation rules (ANN*) as they require significant codebase changes
- Ignore path manipulation rules (PTH*) as they are project-specific
- Ignore security rules (S*) that are not applicable
- Ignore other style rules that are too strict for current codebase
- Keep ERA001 (commented-out-code) enabled as it can be auto-fixed
@polischuks polischuks closed this May 13, 2025
@polischuks polischuks deleted the pre-release-052025 branch May 13, 2025 12:41
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