File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 8181 - name : Get pyright version
8282 id : pyright_version
8383 run : |
84- PYRIGHT_VERSION=$(grep '$pyrightVersion = ' 'scripts/lint.ps1' | cut -d "#" -f 1 | cut -d = -f 2 | tr -d ' ' )
84+ PYRIGHT_VERSION=$(grep '$pyrightVersion = ' 'scripts/lint.ps1' | cut -d "#" -f 1 | cut -d = -f 2 | tr -d " '" )
8585 echo pyright version: "${PYRIGHT_VERSION}"
86- if [ "$PYRIGHT_VERSION" = "'latest'" ]; then
87- PYRIGHT_VERSION=
88- fi
8986 echo PYRIGHT_VERSION="${PYRIGHT_VERSION}" >> "${GITHUB_OUTPUT}"
9087 shell : bash
9188 - name : Analysing the code with Pyright
Original file line number Diff line number Diff line change @@ -101,6 +101,7 @@ Not a developer? You can still help through the following methods:
101101 - < https://github.com/opencv/opencv/issues/18305 >
102102 - < https://github.com/opencv/opencv/issues/23906 >
103103 - < https://github.com/pywinrt/python-winsdk/issues/11 >
104+ - < https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/807 >
104105 - < https://github.com/microsoft/vscode/issues/40239 >
105106 - < https://github.com/microsoft/vscode/issues/168411 >
106107 - < https://github.com/python/mypy/issues/6700 >
You can’t perform that action at this time.
0 commit comments