mirror of
https://github.com/mwisnowski/mtg_python_deckbuilder.git
synced 2025-12-17 16:10:12 +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
|
|
@ -23,7 +23,7 @@ def test_petitioners_clamp_to_100_and_reduce_creature_slots():
|
|||
"card_advantage": 8, "protection": 4,
|
||||
}
|
||||
# Thread multi-copy selection for Petitioners as a creature archetype
|
||||
b._web_multi_copy = { # type: ignore[attr-defined]
|
||||
b._web_multi_copy = {
|
||||
"id": "persistent_petitioners",
|
||||
"name": "Persistent Petitioners",
|
||||
"count": 40, # intentionally large to trigger clamp/adjustments
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue