mirror of
https://github.com/mwisnowski/mtg_python_deckbuilder.git
synced 2025-12-17 08:00:13 +01:00
fix(lint): improved type checking and code maintainability
This commit is contained in:
parent
83fe527979
commit
40023e93b8
62 changed files with 187 additions and 197 deletions
|
|
@ -20,7 +20,7 @@ def _stub_modal_matrix(builder: DeckBuilder) -> None:
|
|||
"Forest": {"G": 1},
|
||||
}
|
||||
|
||||
builder._compute_color_source_matrix = MethodType(fake_matrix, builder) # type: ignore[attr-defined]
|
||||
builder._compute_color_source_matrix = MethodType(fake_matrix, builder)
|
||||
|
||||
|
||||
def test_modal_dfc_swaps_basic_when_enabled():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue