Skip to content

Commit 1883fce

Browse files
committed
nits
1 parent 341c6a0 commit 1883fce

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

docs/contributing.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,4 +136,8 @@ pixi shell -e lint
136136

137137
If you run on a host with CUDA hardware, you can enable extra tests:
138138

139-
pixi shell -e dev-cuda pixi shell -e tests-cuda pixi run -e tests-cuda tests
139+
```
140+
pixi shell -e dev-cuda
141+
pixi shell -e tests-cuda
142+
pixi run -e tests-cuda tests
143+
```

pixi.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ typeCheckingMode = "all"
212212
# https://github.com/data-apis/array-api-typing
213213
reportAny = false
214214
reportExplicitAny = false
215-
# no array-api-strict type stubsl pytest fixtures
215+
# no array-api-strict type stubs; pytest fixtures
216216
reportUnknownMemberType = false
217217
# no array-api-compat type stubs; pytest fixtures
218218
reportUnknownVariableType = false

0 commit comments

Comments
 (0)