Skip to content

Commit c665912

Browse files
Update instance repo from cookiecutter template
1 parent d6923f4 commit c665912

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.cruft.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"template": "/home/runner/work/cookiecutter-scverse/cookiecutter-scverse",
3-
"commit": "6ff5b92b5d44ea6d8a88e47538475718d467db95",
3+
"commit": "c8dc04c2f2c59b718dee8e744948bad4e39db43f",
44
"checkout": null,
55
"context": {
66
"cookiecutter": {
@@ -36,7 +36,7 @@
3636
"trim_blocks": true
3737
},
3838
"_template": "/home/runner/work/cookiecutter-scverse/cookiecutter-scverse",
39-
"_commit": "6ff5b92b5d44ea6d8a88e47538475718d467db95"
39+
"_commit": "c8dc04c2f2c59b718dee8e744948bad4e39db43f"
4040
}
4141
},
4242
"directory": null

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
BSD 3-Clause License
22

3-
Copyright (c) 2025, scverse community
3+
Copyright (c) 2026, scverse community
44
All rights reserved.
55

66
Redistribution and use in source and binary forms, with or without

docs/contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ This can have undesired side-effects,
103103
such as requiring to install a lower version of a library your project depends on,
104104
only because an outdated sphinx plugin pins an older version.
105105

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

108108
```bash
109109
uv sync --all-extras

docs/template_usage.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ See a guide [here](https://docs.readthedocs.io/en/stable/guides/importing-privat
125125

126126
### Github Actions
127127

128-
[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.
128+
[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.
129129
It uses YAML-based configuration files to define jobs and steps, which can be triggered by events like pushes, pull requests, or scheduled runs.
130130
This project comes with several pre-configured workflows that can be found in the `.github/workflows` folder:
131131

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

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

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

385385
:::
386386

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

390390
## Moving forward

0 commit comments

Comments
 (0)