Added
- Update Read the Docs to required [v2 configuration file](https://blog.readthedocs.com/migrate-configuration-v2/).
Changed
- Updated tool plugins to match new structure introduced in sscpac/statick423.
- Update `inherits_from` usage in configuration file to match new list format.
Fixed
- Process all Python source files at once with pylint tool plugin, instead of one pylint run per file. (73)
- Pin flake8<5 and pycodestyle<2.9.0 until <https://github.com/tholo/pytest-flake8/issues/87> is fixed.
Removed
- Removed deprecated pypi package [codecov](https://github.com/codecov/codecov-python) from Tox configuration. (#74)
Discussion at: <https://community.codecov.com/t/codecov-yanked-from-pypi-all-versions/4259>.