Add pyright check to workflow
This commit is contained in:
@@ -28,3 +28,5 @@ jobs:
|
|||||||
flake8 --version
|
flake8 --version
|
||||||
flake8 novelwriter --count --show-source --statistics
|
flake8 novelwriter --count --show-source --statistics
|
||||||
flake8 tests --count --show-source --statistics --extend-ignore ANN
|
flake8 tests --count --show-source --statistics --extend-ignore ANN
|
||||||
|
pyright --version
|
||||||
|
pyright
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
flake8
|
flake8
|
||||||
|
flake8-annotations
|
||||||
flake8-pep585
|
flake8-pep585
|
||||||
flake8-pyproject
|
flake8-pyproject
|
||||||
flake8-annotations
|
|
||||||
isort
|
isort
|
||||||
|
pyright
|
||||||
|
|||||||
Reference in New Issue
Block a user