Files @ d9dca2cd686b
Branch filter:

Location: NPO-Accounting/conservancy_beancount/setup.cfg

Brett Smith
data: Posting.is_payment casts threshold to address typing issue.
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