Skip to content

Commit a3ecc2b

Browse files
[pre-commit.ci] pre-commit autoupdate (#195)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 2aa17f8 commit a3ecc2b

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repos:
1111
hooks:
1212
- id: prettier
1313
- repo: https://github.com/astral-sh/ruff-pre-commit
14-
rev: v0.8.2
14+
rev: v0.8.3
1515
hooks:
1616
- id: ruff
1717
types_or: [python, pyi, jupyter]

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ performed with scverse core and ecosystem packages.
77

88
To this end, this repository contains
99

10-
- a registry for tutorials listed on [scverse.org/learn](https://scverse.org/learn) (see `tutorial-registry`)
11-
- shared tutorials that complement more specific tutorials provided by invidiual [core](https://scverse.org/packages/)
12-
and [ecosystem](https://scverse.org/packages/#ecosystem) packages (see `docs`)
10+
- a registry for tutorials listed on [scverse.org/learn](https://scverse.org/learn) (see `tutorial-registry`)
11+
- shared tutorials that complement more specific tutorials provided by invidiual [core](https://scverse.org/packages/)
12+
and [ecosystem](https://scverse.org/packages/#ecosystem) packages (see `docs`)
1313

1414
## Adding tutorials
1515

@@ -19,12 +19,12 @@ improvements.
1919

2020
To be added to our website, tutorials must fulfill at least the following requirements:
2121

22-
- all featured packages must be scverse [core](https://scverse.org/packages/#core-packages) or
23-
[approved ecosystem packages](https://scverse.org/packages/#ecosystem). This does not apply to packages that are not
24-
specific to omics data analysis (e.g. pandas, seaborn).
25-
- the notebook author agrees to maintain the tutorial in the future and is reachable via [zulip](https://scverse.zulipchat.com).
26-
- the notebook contains a backlink to [scverse.org/learn](https://scverse.org/learn)
27-
- the notebook is self-contained: All required example data is downloaded as part of the tutorial
22+
- all featured packages must be scverse [core](https://scverse.org/packages/#core-packages) or
23+
[approved ecosystem packages](https://scverse.org/packages/#ecosystem). This does not apply to packages that are not
24+
specific to omics data analysis (e.g. pandas, seaborn).
25+
- the notebook author agrees to maintain the tutorial in the future and is reachable via [zulip](https://scverse.zulipchat.com).
26+
- the notebook contains a backlink to [scverse.org/learn](https://scverse.org/learn)
27+
- the notebook is self-contained: All required example data is downloaded as part of the tutorial
2828

2929
You can easily check your changes to tutorials or the registry locally:
3030

0 commit comments

Comments
 (0)