Skip to content

Commit 342cf58

Browse files
chore: update pre-commit hooks (#1539)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Ian Thomas <ianthomas23@gmail.com>
1 parent e158bf0 commit 342cf58

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
@@ -82,7 +82,7 @@ repos:
8282
additional_dependencies: [black==23.7.0]
8383

8484
- repo: https://github.com/codespell-project/codespell
85-
rev: "v2.4.2"
85+
rev: "v2.4.3"
8686
hooks:
8787
- id: codespell
8888
args: ["-L", "sur,nd"]
@@ -95,7 +95,7 @@ repos:
9595
- id: rst-inline-touching-normal
9696

9797
- repo: https://github.com/astral-sh/ruff-pre-commit
98-
rev: v0.15.21
98+
rev: v0.15.22
9999
hooks:
100100
- id: ruff-check
101101
types_or: [python, jupyter]

0 commit comments

Comments
 (0)