Skip to content

Commit 577f331

Browse files
authored
Merge branch 'codespell-project:main' into add-module-case
2 parents 44a94a4 + 091b2e8 commit 577f331

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ repos:
5858
- -d
5959
- "{extends: relaxed, rules: {line-length: {max: 90}}}"
6060
- repo: https://github.com/astral-sh/ruff-pre-commit
61-
rev: v0.15.4
61+
rev: v0.15.5
6262
hooks:
6363
- id: ruff-check
6464
- id: ruff-format
@@ -68,7 +68,7 @@ repos:
6868
- id: prettier
6969
types_or: [yaml, markdown, html, css, scss, javascript, json]
7070
- repo: https://github.com/codespell-project/codespell
71-
rev: v2.4.1
71+
rev: v2.4.2
7272
hooks:
7373
- id: codespell
7474
args: [--toml, pyproject-codespell.precommit-toml]

0 commit comments

Comments
 (0)