In this release, the input-options are now handled by a `InputOptions` dataclass, which also handles the validity checks.
Input can be now commandline args, `kwargs`, a dictionary or already an `InputOptions` object.
To give `errors` is also now optional if `allow_missing_columns` is set to `True`.
Added:
- `InputOption` dataclass to handle the input.
- Possibility to make `errors` optional.
What's Changed
* Using the reusable workflows by JoschD in https://github.com/pylhc/irnl_rdt_correction/pull/9
* InputOptions and errors=None by JoschD in https://github.com/pylhc/irnl_rdt_correction/pull/8
**Full Changelog**: https://github.com/pylhc/irnl_rdt_correction/compare/v1.0.0...v1.1.0