What's Changed
* Add `tool.hatch.build.targets.wheel` to fix `pip install .` with Hatchling 1.19 by hugovk in https://github.com/sphinx-contrib/sphinx-lint/pull/106
This fixes `ValueError: Unable to determine which files to ship inside the wheel using the following heuristics: [...]` when trying to `pip install .`, including via pre-commit.
* Add tox for easy testing of multiple Python versions by hugovk in https://github.com/sphinx-contrib/sphinx-lint/pull/100
* Lint on GitHub Actions via pre-commit by hugovk in https://github.com/sphinx-contrib/sphinx-lint/pull/104
**Full Changelog**: https://github.com/sphinx-contrib/sphinx-lint/compare/v0.9.0...v0.9.1