Skip to content

Commit 86f33bc

Browse files
committed
lint env
1 parent bc42374 commit 86f33bc

File tree

3 files changed

+439
-86
lines changed

3 files changed

+439
-86
lines changed

docs/contributing.qmd

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,12 @@ pixi run lint
9090

9191
and you're ready to go! After installation, the task will run all linting rules via `ruff`.
9292

93+
To run type checks via `mypy`, you can run
94+
95+
```{.bash .code-copy}
96+
pixi run mypy
97+
```
98+
9399
We’ve included other tasks to help with testing. Almost all the necessary dependencies to run tests are included in the dev environment,
94100
except for R packages unavailable through conda-forge.
95101
```{.bash .code-copy}

0 commit comments

Comments
 (0)