Commit 4e9d960
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 854902b commit 4e9d960
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
151 | 155 | | |
152 | 156 | | |
153 | 157 | | |
| |||
0 commit comments