Finished v2 of deck_builder, should be largely functional, but could use refinements. WIll continue to work on it, but largely satisfied with how it works.

This commit is contained in:
matt 2025-01-17 17:04:02 -08:00
parent 3fc3c584a4
commit 1c7436f33d
9 changed files with 83 additions and 60 deletions

13
mypy.ini Normal file
View file

@ -0,0 +1,13 @@
[mypy]
python_version = 3.10
strict = True
ignore_missing_imports = True
[mypy-inquirer.*]
ignore_missing_imports = True
[mypy-fuzzywuzzy.*]
ignore_missing_imports = True
[mypy-IPython.*]
ignore_missing_imports = True