Skip to content

Commit 2614c2c

Browse files
chore: update pre-commit hooks (#87)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.2 → v0.9.3](astral-sh/ruff-pre-commit@v0.9.2...v0.9.3) - [github.com/codespell-project/codespell: v2.3.0 → v2.4.0](codespell-project/codespell@v2.3.0...v2.4.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 096fb9e commit 2614c2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ repos:
3434
args: [--prose-wrap=always]
3535

3636
- repo: https://github.com/astral-sh/ruff-pre-commit
37-
rev: v0.9.2
37+
rev: v0.9.3
3838
hooks:
3939
- id: ruff
4040
args: ["--fix", "--show-fixes"]
@@ -63,7 +63,7 @@ repos:
6363
- hatchling
6464

6565
- repo: https://github.com/codespell-project/codespell
66-
rev: v2.3.0
66+
rev: v2.4.0
6767
hooks:
6868
- id: codespell
6969

0 commit comments

Comments
 (0)