Skip to content

Commit 3636845

Browse files
Add codespell pre-commit (#61)
1 parent 336238e commit 3636845

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ repos:
3232
args: ["--fix", "--show-fixes", "--exit-non-zero-on-fix"]
3333
- id: ruff-format
3434

35+
- repo: https://github.com/codespell-project/codespell
36+
rev: "193cd7d27cd571f79358af09a8fb8997e54f8fff" # frozen: v2.3.0
37+
hooks:
38+
- id: codespell
39+
3540
ci:
3641
autofix_prs: false
3742
autofix_commit_msg: |

devstats/reports/prs_lifetime.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
The following plot shows the "survival" of PRs over time.
44
That means, the plot shows how many PRs are open for at least these many days.
5-
This is seperated into PRs that are merged and those that are still open
5+
This is separated into PRs that are merged and those that are still open
66
(closed but unmerged PRs are not included currently).
77

88
```{code-cell}

devstats/reports/pull_requests/pr_lifetime.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
The following plot shows the "survival" of PRs over time.
44
That means, the plot shows how many PRs are open for at least these many days.
5-
This is seperated into PRs that are merged and those that are still open
5+
This is separated into PRs that are merged and those that are still open
66
(closed but unmerged PRs are not included currently).
77

88
```{code-cell} ipython3

0 commit comments

Comments
 (0)