Skip to content

Commit b95a8bd

Browse files
authored
Merge branch 'main' into renovate/numpy-2.x
2 parents 110eeb5 + 9d88841 commit b95a8bd

File tree

5 files changed

+5
-14
lines changed

5 files changed

+5
-14
lines changed

.github/workflows/examples.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,11 @@ jobs:
3535
key: readme-${{ hashFiles('pyproject.toml') }}
3636

3737
- name: Install dependencies
38-
run: python -m pip install -e '.[readme]'
38+
run: python -m pip install -e ".[readme]"
3939

4040
- name: Run examples in the README
41-
run: python -m pytest --codeblocks .github README.md documentation
41+
run: >-
42+
python -m pytest --codeblocks .github README.md documentation -n auto
4243
4344
examples:
4445
runs-on: ubuntu-latest

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
repos:
33
- repo: https://github.com/paddyroddy/.github
4-
rev: v0.226.0
4+
rev: v0.229.0
55
hooks:
66
- id: general-hooks
77
- id: python-hooks

.typos.toml

Lines changed: 0 additions & 11 deletions
This file was deleted.

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ optional-dependencies = {dev = [
6868
"pdoc3",
6969
], readme = [
7070
"pytest-codeblocks",
71+
"pytest-xdist",
7172
]}
7273
readme = "README.md"
7374
requires-python = ">=3.10"

src/sleplet/py.typed

Whitespace-only changes.

0 commit comments

Comments
 (0)