ni/python-actions v0.6.0
What's Changed
- Add
ni/python-actions/analyze-projectcomposite action (#24)- This action analyzes the code quality of a Python project using various linters and type checkers including ni-python-styleguide, mypy (if the mypy package is installed), and pyright (if the 'pyright' package is installed).
- Change Poetry install directory (#26)
- This improves compatibility with self-hosted runners.
- The Poetry cache key now includes a hash of the Poetry install directory.
- Add a separate
README.mdfor each action (#25) - Update
actions/setup-pythonaction to v6 (#27)
New Contributors
- @szb640 made their first contribution in #26
- @dixonjoel made their first contribution in #24
Full Changelog: v0.5.1...v0.6.0