mirror of
https://github.com/correl/mtgsqlive.git
synced 2024-11-22 03:00:10 +00:00
99d6c40d4c
* initial pass * Improve speeds, fix rulings Signed-off-by: Zach Halpern <ZaHalpern+github@gmail.com> * tox Signed-off-by: Zach Halpern <ZaHalpern+github@gmail.com> * Readme, main, and updates Signed-off-by: Zach Halpern <ZaHalpern+github@gmail.com> * fixes to params Signed-off-by: Zach Halpern <ZaHalpern+github@gmail.com> * alpha Signed-off-by: Zach Halpern <ZaHalpern+github@gmail.com> * Add tokens Signed-off-by: Zach Halpern <ZaHalpern+github@gmail.com>
18 lines
392 B
INI
18 lines
392 B
INI
[mypy]
|
|
python_version = 3.7
|
|
|
|
check_untyped_defs = True
|
|
disallow_untyped_calls = True
|
|
disallow_untyped_defs = True
|
|
disallow_subclassing_any = True
|
|
follow_imports = normal
|
|
incremental = True
|
|
ignore_missing_imports = True
|
|
strict_optional = True
|
|
warn_no_return = True
|
|
warn_redundant_casts = True
|
|
warn_return_any = True
|
|
warn_unused_ignores = True
|
|
|
|
[mypy-pkg/generated_code/*]
|
|
ignore_errors = True
|