Files @ a8407c7b6a56
Branch filter:

Location: NPO-Accounting/conservancy_beancount/setup.cfg

Brett Smith
rtutil: Add RTLinkCache class to cache links to disk.

This will greatly reduce RT requests across multiple runs
and speed up link checking/conversion.
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