Files @ cbd50af302e6
Branch filter:

Location: NPO-Accounting/conservancy_beancount/.gitignore - annotation

Brett Smith
rtutil: Explicit fspath cast to avoid a Py3.6 typecheck issue.

On Py3.6, either sqlite3.connect() doesn't take a path-like object,
or the type stubs don't know that.
1
2
3
4
5
6
7
build/
.cache/
*.egg
*.egg-info/
.eggs
.mypy_cache/
__pycache__/