- Type hints.
- Interactive editing mode.
- Include the correct function signature in the error message when
_cfg
is not keyword-only. from_yaml_file
now accepts aPath
as an argument.
- Bugs in
get_unused_keys
. - Use
yaml.Loader
instead ofyaml.UnsafeLoader
, which is undocumented and was causing some problems.
- 'class' key being incorrectly reported as unused (#3).
get_unused_keys
method.bind
andmaybe_bind
methods.
- Handle all exceptions raised while calling the callable (by mistake, only some were being handled) and use proper exception chaining.