Commit bb0ed5d
committed
pyproject(mypy) Add mypy override for
why: Fix type checking errors in the custom frozen_dataclass implementation
what:
- Added targeted mypy configuration override to disable method-assign errors
- Only scoped to libtmux._internal.frozen_dataclass module
- Preserves strict type checking across the rest of the codebase
refs: Enables inheritance from mutable to immutable dataclassesfrozen_dataclass_sealable method-assign
1 parent ceb2d17 commit bb0ed5d
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
140 | 144 | | |
141 | 145 | | |
142 | 146 | | |
| |||
0 commit comments