Skip to content

ni/python-actions v0.6.0

Choose a tag to compare

@bkeryan bkeryan released this 24 Sep 20:42
· 24 commits to main since this release
1b90235

What's Changed

  • Add ni/python-actions/analyze-project composite 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.md for each action (#25)
  • Update actions/setup-python action to v6 (#27)

New Contributors

Full Changelog: v0.5.1...v0.6.0