Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .cruft.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"template": "/home/runner/work/cookiecutter-scverse/cookiecutter-scverse",
"commit": "6ff5b92b5d44ea6d8a88e47538475718d467db95",
"commit": "36d03ded779ff8b6388d12a8d1f104e31a14ffde",
"checkout": null,
"context": {
"cookiecutter": {
Expand Down Expand Up @@ -36,7 +36,7 @@
"trim_blocks": true
},
"_template": "/home/runner/work/cookiecutter-scverse/cookiecutter-scverse",
"_commit": "6ff5b92b5d44ea6d8a88e47538475718d467db95"
"_commit": "36d03ded779ff8b6388d12a8d1f104e31a14ffde"
}
},
"directory": null
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
BSD 3-Clause License

Copyright (c) 2025, scverse community
Copyright (c) 2026, scverse community
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion docs/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ This can have undesired side-effects,
such as requiring to install a lower version of a library your project depends on,
only because an outdated sphinx plugin pins an older version.

To initalize a virtual environment in the `.venv` directory of your project, simply run
To initialize a virtual environment in the `.venv` directory of your project, simply run

```bash
uv sync --all-extras
Expand Down
6 changes: 3 additions & 3 deletions docs/template_usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ See a guide [here](https://docs.readthedocs.io/en/stable/guides/importing-privat

### Github Actions

[GitHub Actions][] is a continous integration (CI)/continous development (CD) automation tool that enables workflows for building, testing, and deploying code directly from a GitHub repository.
[GitHub Actions][] is a continuous integration (CI)/continuous development (CD) automation tool that enables workflows for building, testing, and deploying code directly from a GitHub repository.
It uses YAML-based configuration files to define jobs and steps, which can be triggered by events like pushes, pull requests, or scheduled runs.
This project comes with several pre-configured workflows that can be found in the `.github/workflows` folder:

Expand Down Expand Up @@ -225,7 +225,7 @@ The following pre-commit hooks are for errors and inconsistencies:
- [flake8-blind-except](https://beta.ruff.rs/docs/rules/#flake8-blind-except-ble) (rule category: `BLE`):
checks for blind, catch-all `except` statements.
- [Ruff-specific rules](https://beta.ruff.rs/docs/rules/#ruff-specific-rules-ruf) (rule category: `RUF`):
- `RUF100`: remove unneccesary `# noqa` comments ()
- `RUF100`: remove unnecessary `# noqa` comments ()

#### How to add or remove pre-commit checks

Expand Down Expand Up @@ -384,7 +384,7 @@ The following hints may be useful to work with the template sync:

:::

[lits of template repositories]: https://github.com/scverse/ecosystem-packages/blob/main/template-repos.yml
[list of template repositories]: https://github.com/scverse/ecosystem-packages/blob/main/template-repos.yml
[scverse-bot]: https://github.com/scverse-bot

## Moving forward
Expand Down