Skip to content

feat: add Python version compatibility checks and syntax validation#19

Merged
dkargatzis merged 1 commit intomainfrom
feat/harden-pre-commit-hooks
Nov 13, 2025
Merged

feat: add Python version compatibility checks and syntax validation#19
dkargatzis merged 1 commit intomainfrom
feat/harden-pre-commit-hooks

Conversation

@dkargatzis
Copy link
Member

  • Add pyupgrade hook to check and fix Python version incompatibilities
  • Add check-ast hook for Python syntax validation
  • Add Python version verification step in GitHub Actions workflow
  • Update pyproject.toml to target Python 3.12

- Add pyupgrade hook to check and fix Python version incompatibilities
- Add check-ast hook for Python syntax validation
- Add Python version verification step in GitHub Actions workflow
- Update pyproject.toml to target Python 3.12

Signed-off-by: Dimitris Kargatzis <dkargatzis@gmail.com>
@dkargatzis dkargatzis self-assigned this Nov 13, 2025
@dkargatzis dkargatzis merged commit 766c5d7 into main Nov 13, 2025
0 of 2 checks passed
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