Files @ 3c77f8b3c725
Branch filter:

Location: NPO-Accounting/conservancy_beancount/setup.cfg

Brett Smith
plugin: Revert default validation start date to FY2020.

While we ultimately want this change, it reveals a lot of errors
in the FY2019 books that we don't want to gum up the transition.
[aliases]
test=pytest
typecheck=pytest --addopts="--mypy conservancy_beancount"

[mypy]
disallow_any_unimported = True
disallow_untyped_calls = False
disallow_untyped_defs = True
show_error_codes = True
strict_equality = True
warn_redundant_casts = True
warn_return_any = True
warn_unreachable = True
warn_unused_configs = True