feat: add python compatibility gate

This commit is contained in:
yaojingang
2026-06-14 01:21:21 +08:00
parent ee4879f296
commit 4737358f3c
44 changed files with 2713 additions and 303 deletions
+20
View File
@@ -0,0 +1,20 @@
# Python Compatibility
Generated at: `2026-06-14`
## Summary
- decision: `pass`
- target python: `3.11`
- files scanned: `140`
- issues: `0`
- syntax errors: `0`
- f-string 3.11 violations: `0`
This report catches Python syntax and compatibility hazards that can pass on a newer local interpreter but fail in the supported CI/runtime interpreter.
## Issues
| Path | Line | Rule | Message |
| --- | ---: | --- | --- |
| `none` | 0 | `none` | none |