Skip to content

Commit ef62f7c

Browse files
committed
update docs
1 parent b168261 commit ef62f7c

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
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

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@
3030

3131
Extra 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 -->

docs/contributing.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ pixi run ipython
7575
pixi run pre-commit
7676
pixi run pylint
7777
pixi run mypy
78+
pixi run pyright
7879
```
7980

8081
Alternative environments are available with a subset of the dependencies and

0 commit comments

Comments
 (0)