File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 3434 with :
3535 pixi-version : v0.37.0
3636 cache : true
37- - name : Run Pylint & Mypy
37+ - name : Run Pylint, Mypy & Pyright
3838 run : |
3939 pixi run -e lint pylint
4040 pixi run -e lint mypy
Original file line number Diff line number Diff line change 3030
3131Extra array functions built on top of the array API standard.
3232
33+ Used by:
34+
35+ - https://github.com/scipy/scipy
36+ - ...
37+
3338## Contributors
3439
3540<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
Original file line number Diff line number Diff line change @@ -75,6 +75,7 @@ pixi run ipython
7575pixi run pre-commit
7676pixi run pylint
7777pixi run mypy
78+ pixi run pyright
7879```
7980
8081Alternative environments are available with a subset of the dependencies and
You can’t perform that action at this time.
0 commit comments