This repository was archived by the owner on Feb 6, 2026. It is now read-only.
Update license headers and pre-commit hooks for 2026/Python 3.14#26
Merged
Update license headers and pre-commit hooks for 2026/Python 3.14#26
Conversation
Signed-off-by: Jerin Joy <jerin@meta.com>
Summary: Updated pre-commit hooks to versions compatible with Python 3.14: - flynt: 1.0.2 → 1.0.3 (fixes ast.Str removal in Python 3.12+) - pyupgrade: v3.20.0 → v3.21.2 (fixes tokenize.cookie_re bytes/string change) Test Plan: Ran pre-commit clean and verified hooks can be installed
Signed-off-by: Jerin Joy <jerin@meta.com>
1fabf38 to
a3a4c86
Compare
The --misaligned option has been removed in newer spike versions. Misaligned memory access support is now controlled by the Zicclsm extension. Add zicclsm to the default ISA string instead of using the --misaligned flag.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR includes two updates to keep the repository current:
License header updates for 2026 - Updated copyright year in license headers
Pre-commit hook compatibility for Python 3.14 - Updated hooks that were failing due to Python 3.14 breaking changes:
flynt: 1.0.2 → 1.0.3 (fixesast.Strremoval in Python 3.12+)pyupgrade: v3.20.0 → v3.21.2 (fixestokenize.cookie_rebytes/string incompatibility)Testing
pre-commit cleanto clear cached environments