Skip to content

Commit 31209ce

Browse files
authored
chore: Update pre-commit (#6681)
1 parent d8a2d44 commit 31209ce

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ exclude: (\.min\.js$|\.svg$|\.html$)
22
default_stages: [pre-commit]
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v5.0.0
5+
rev: v6.0.0
66
hooks:
77
- id: end-of-file-fixer
88
- id: trailing-whitespace
@@ -17,7 +17,7 @@ repos:
1717
- id: check-json
1818
- id: detect-private-key
1919
- repo: https://github.com/astral-sh/ruff-pre-commit
20-
rev: v0.12.7
20+
rev: v0.12.11
2121
hooks:
2222
- id: ruff-check
2323
- repo: https://github.com/hoxbro/clean_notebook
@@ -38,7 +38,7 @@ repos:
3838
- id: rst-directive-colons
3939
- id: rst-inline-touching-normal
4040
- repo: https://github.com/shellcheck-py/shellcheck-py
41-
rev: v0.10.0.1
41+
rev: v0.11.0.1
4242
hooks:
4343
- id: shellcheck
4444
- repo: https://github.com/hoxbro/prettier-pre-commit

0 commit comments

Comments
 (0)