Files @ 23e1ed7cee08
Branch filter:

Location: NPO-Accounting/conservancy_beancount/setup.cfg - annotation

Brett Smith
Revert "meta_receipt: Don't check chargebacks. RT#10978."

This reverts commit 6aadb740e619d19352370a992b46e54268f48033.
This is supposed to be done in meta_approval, not meta_receipt.
[aliases]
test=pytest
typecheck=pytest --addopts="--mypy conservancy_beancount"

[mypy]
disallow_any_unimported = True
disallow_untyped_calls = False
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