Added
- Tests run on Python 3.10.
- Docker image created and published on each new release.
Image forms the basis of the new Statick Github Action.
See <https://github.com/sscpac/statick-action>. (Greg Kogut, gregtkogut)
- Test workflow runs on a weekly, scheduled timer. (Greg Kogut, gregtkogut)
- Test workflow can be manually triggered to run. (Greg Kogut, gregtkogut)
- Stand-alone Python packages are discovered as part of running Statick in workspace mode.
A Python package is identified as any directory containing a file named `setup.py` or `pyproject.toml`.
Fixed
- Explicitly specify `encoding` when using the `open` command on files, as recommended by pylint. (Greg Kogut, gregtkogut)
Removed
- Skip some unit tests for the clang-tidy tool on Windows.