Skip to content

Commit e9ed913

Browse files
Update instance repo from cookiecutter template
1 parent 302e298 commit e9ed913

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

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: 2 additions & 2 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

0 commit comments

Comments
 (0)