Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#195)
Browse files Browse the repository at this point in the history
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Dec 17, 2024
1 parent 2aa17f8 commit a3ecc2b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repos:
hooks:
- id: prettier
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.8.2
rev: v0.8.3
hooks:
- id: ruff
types_or: [python, pyi, jupyter]
Expand Down
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ performed with scverse core and ecosystem packages.

To this end, this repository contains

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

## Adding tutorials

Expand All @@ -19,12 +19,12 @@ improvements.

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

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

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

Expand Down

0 comments on commit a3ecc2b

Please sign in to comment.