mirror of
https://github.com/mwisnowski/mtg_python_deckbuilder.git
synced 2025-12-24 11:30:12 +01:00
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:
parent
3fc3c584a4
commit
1c7436f33d
9 changed files with 83 additions and 60 deletions
13
mypy.ini
Normal file
13
mypy.ini
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue