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
|
|
@ -18,7 +18,7 @@ def test_multicopy_clamp_trims_current_stage_additions_only():
|
|||
# Preseed 95 cards in the library
|
||||
b.card_library = {"Filler": {"Count": 95, "Role": "Test", "SubRole": "", "AddedBy": "Test"}}
|
||||
# Set a multi-copy selection that would exceed 100 by 15
|
||||
b._web_multi_copy = { # type: ignore[attr-defined]
|
||||
b._web_multi_copy = {
|
||||
"id": "persistent_petitioners",
|
||||
"name": "Persistent Petitioners",
|
||||
"count": 20,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue