Files @ 747ef25da618
Branch filter:

Location: NPO-Accounting/conservancy_beancount/pytest.ini

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
[pytest]
filterwarnings =
  ignore::DeprecationWarning:^socks$