2020-03-05 09:33:23 -05:00
|
|
|
[aliases]
|
|
|
|
test=pytest
|
2020-03-18 08:14:36 -04:00
|
|
|
typecheck=pytest --addopts="--mypy conservancy_beancount"
|
|
|
|
|
|
|
|
[mypy]
|
2020-03-29 19:39:09 -04:00
|
|
|
disallow_any_unimported = True
|
2020-04-27 16:53:22 -04:00
|
|
|
disallow_untyped_calls = False
|
2020-03-29 23:18:40 -04:00
|
|
|
disallow_untyped_defs = True
|
2020-03-18 08:14:36 -04:00
|
|
|
show_error_codes = True
|
2020-03-29 19:39:09 -04:00
|
|
|
strict_equality = True
|
|
|
|
warn_redundant_casts = True
|
|
|
|
warn_return_any = True
|
|
|
|
warn_unreachable = True
|
2020-03-18 08:14:36 -04:00
|
|
|
warn_unused_configs = True
|