Files @ 747ef25da618
Branch filter:

Location: NPO-Accounting/conservancy_beancount/.gitignore

Brett Smith
setup: Disallow untyped defs.

Mostly this meant giving annotations to low-value functions like
the error classes and __init_subclass__, but it's worth it for
the future strictness+documentation value.
1
2
3
4
5
6
7
build/
.cache/
*.egg
*.egg-info/
.eggs
.mypy_cache/
__pycache__/