Files @ 1383dabf3ba8
Branch filter:

Location: NPO-Accounting/conservancy_beancount/.gitignore

Brett Smith
beancount_types: Make Error.source a Mapping rather than a Dict.

The Beancount code just needs a mapping, and this lets us use
Metadata or PostingMeta objects for Error sources.
1
2
3
4
5
6
7
8
build/
.cache/
*.egg
*.egg-info/
.eggs
.mypy_cache/
.tox/
__pycache__/