Commit a38310f
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 c94a536 commit a38310f
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
135 | 139 | | |
136 | 140 | | |
137 | 141 | | |
| |||
0 commit comments