[v0.2.0](https://github.com/jeertmans/pytest-missing-modules/compare/v0.1.0...v0.2.0)
(v0.2.0-added)=
Added
- Added `patch_import` and `patch_find_spec` keyword arguments to allow
the user further fine-tuning.
[2](https://github.com/jeertmans/pytest-missing-modules/pull/2)
(v0.2.0-chore)=
Chore
- Cleaned up CI and added `pre-commit` run.
[2](https://github.com/jeertmans/pytest-missing-modules/pull/2)
- Made `MissingModulesContextGenerator` a concrete class.
[2](https://github.com/jeertmans/pytest-missing-modules/pull/2)
- Improved type hints.
[2](https://github.com/jeertmans/pytest-missing-modules/pull/2)
- Created first documentation.
[2](https://github.com/jeertmans/pytest-missing-modules/pull/2)