Commit 664cc38
fix(ci): suppress ty invalid-method-override as warning
Django CBV and Channels consumer patterns intentionally narrow method
signatures (SingleComponentView.post drops name param, ComponentConsumer
.disconnect renames code → close_code). These are valid Liskov violations
in Django's design. ty upgraded to error-level on these in a recent
release, breaking CI since the litestar deps pulled a newer ty.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 83b833f commit 664cc38
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
94 | 98 | | |
95 | 99 | | |
96 | 100 | | |
| |||
0 commit comments