File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 88 single-sourcing the default Python version for multiple NI Python projects.
99- [ ` ni/python-actions/setup-poetry ` ] ( setup-poetry ) : installs Poetry, adds it to the PATH, and caches
1010 it to speed up workflows.
11+ - [ ` ni/python-actions/analyze-project ` ] ( analyze-project ) : analyzes the code quality of a Python
12+ project using various linters and type checkers.
1113- [ ` ni/python-actions/check-project-version ` ] ( check-project-version ) : uses Poetry to get the version
1214 of a Python project and checks that it matches an expected version. Publish workflows can use this
1315 to verify that the release tag matches the version number in ` pyproject.toml ` .
Original file line number Diff line number Diff line change 11# ` ni/python-actions/analyze-project `
22
3- The ` ni/python-actions/update -project-version ` action analyzes the code quality
3+ The ` ni/python-actions/analyze -project ` action analyzes the code quality
44of a Python project using various linters and type checkers including
55ni-python-styleguide, mypy (if the 'mypy' package is installed), and pyright
66(if the 'pyright' package is installed).
You can’t perform that action at this time.
0 commit comments