Files @ 43a2e1bec828
Branch filter:

Location: NPO-Accounting/conservancy_beancount/setup.cfg

Brett Smith
beancount_types: Add types related to loading the books.

These will help support loading methods in the books module.
[aliases]
test=pytest
typecheck=pytest --addopts="--mypy conservancy_beancount"

[mypy]
disallow_any_unimported = True
disallow_untyped_calls = True
disallow_untyped_defs = True
show_error_codes = True
strict_equality = True
warn_redundant_casts = True
warn_return_any = True
warn_unreachable = True
warn_unused_configs = True