Skip to content

Commit 14434c7

Browse files
chore: update pre-commit hooks
updates: - [github.com/codespell-project/codespell: v2.4.1 → v2.4.2](codespell-project/codespell@v2.4.1...v2.4.2) - [github.com/astral-sh/ruff-pre-commit: v0.15.4 → v0.15.6](astral-sh/ruff-pre-commit@v0.15.4...v0.15.6)
1 parent 5acbca5 commit 14434c7

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
@@ -60,7 +60,7 @@ repos:
6060
additional_dependencies: [black==23.7.0]
6161

6262
- repo: https://github.com/codespell-project/codespell
63-
rev: "v2.4.1"
63+
rev: "v2.4.2"
6464
hooks:
6565
- id: codespell
6666
args: ["-L", "sur,nd"]
@@ -73,7 +73,7 @@ repos:
7373
- id: rst-inline-touching-normal
7474

7575
- repo: https://github.com/astral-sh/ruff-pre-commit
76-
rev: v0.15.4
76+
rev: v0.15.6
7777
hooks:
7878
- id: ruff-check
7979
types_or: [python, jupyter]

0 commit comments

Comments
 (0)