Files @ d9360f1ceafe
Branch filter:

Location: NPO-Accounting/conservancy_beancount/.gitignore

Brett Smith
audit_report: Use concurrent.futures for parallelization.

This is basically a pure maintainability change: concurrent.futures is the
nicest API that's available in both Python 3.6 and 3.7, and our other tools
are using it.
1
2
3
4
5
6
7
8
build/
.cache/
*.egg
*.egg-info/
.eggs
.mypy_cache/
.tox/
__pycache__/