Files @ 93feb2f4a3b3
Branch filter:

Location: NPO-Accounting/conservancy_beancount/setup.cfg

Brett Smith
data: Add Posting.is_payment() method.
1
2
3
4
5
6
7
[aliases]
test=pytest
typecheck=pytest --addopts="--mypy conservancy_beancount"

[mypy]
show_error_codes = True
warn_unused_configs = True