style: exclude wycheproof submodule from pystyle check
What changed, and why it matters
This commit is purely a housekeeping style-tool change. It adds the wycheproof test-data submodule to a list of paths that the project's Python style checker should ignore. There is no change to wallet, cryptographic, or firmware code, and no security relevance is evident.
No security action required. Treat as a normal style/CI maintenance commit.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff modifies tools/style.py.exclude, a configuration file for the project’s style checker. It adds ‘^crypto/tests/wycheproof’ to the exclusion regex list and reorders two existing legacy protobuf entries. No executable code, build scripts, tests, or submodules are changed. This is a non-functional formatting/CI configuration tweak.
Changed components
tools/style.py.excludeInspect captured patch +2 / −1
diff --git a/tools/style.py.exclude b/tools/style.py.exclude
index bbbdabc8..78a59f6b 100644
--- a/tools/style.py.exclude
+++ b/tools/style.py.exclude
@@ -1,4 +1,5 @@
+^crypto/tests/wycheproof
^legacy/firmware/protob/messages_pb2\.py
-^legacy/firmware/protob/options_pb2\.py
^legacy/firmware/protob/messages_nem_pb2\.py
+^legacy/firmware/protob/options_pb2\.py
^legacy/vendor
Why this scored 15/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.