Commit d886a34
committed
pyproject(mypy) Add mypy override for frozen_dataclass method-assign
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 dataclasses1 parent 7db6426 commit d886a34
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
136 | 140 | | |
137 | 141 | | |
138 | 142 | | |
| |||
0 commit comments