mirror of
https://github.com/ModOrganizer2/modorganizer-basic_games.git
synced 2026-07-27 14:07:29 -07:00
Add save reading
Add lib lzokay to uncompress lzo data Display character stats on hover + Minor bug fixes and improvements
This commit is contained in:
+740
-44
File diff suppressed because it is too large
Load Diff
@@ -1 +1,2 @@
|
||||
vdf==3.4
|
||||
lzokay==1.0
|
||||
|
||||
@@ -11,7 +11,6 @@ multi_line_output = 3
|
||||
known_mobase = mobase
|
||||
sections=FUTURE,STDLIB,THIRDPARTY,MOBASE,FIRSTPARTY,LOCALFOLDER
|
||||
|
||||
|
||||
[mypy]
|
||||
warn_return_any = True
|
||||
warn_unused_configs = True
|
||||
@@ -19,6 +18,9 @@ warn_unused_configs = True
|
||||
[mypy-vdf.*]
|
||||
ignore_missing_imports = True
|
||||
|
||||
[mypy-_lzokay.*]
|
||||
ignore_missing_imports = True
|
||||
|
||||
[tox:tox]
|
||||
skipsdist = true
|
||||
envlist = py38-lint
|
||||
|
||||
Reference in New Issue
Block a user