mirror of
https://github.com/trustedsec/hate_crack.git
synced 2026-07-28 14:47:22 -07:00
ty 0.0.63 changed two things that broke CI on this bump: - new rules (unsupported-operator, no-matching-overload, invalid-assignment, unresolved-global) are error-severity by default and fire on the same legacy module-globals pattern in hate_crack/main.py the existing "warn" rules were pinned for; downgrade them to match. - default exit behaviour now fails on warning-level diagnostics; pass --exit-zero-on-warning to ty check in CI and in the pre-push prek hook to restore the prior fail-only-on-errors semantics. No source changes; deferring the main.py globals refactor. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>