Skip to content

Commit c789c9a

Browse files
committed
pre-commit autoupdate, might as well
1 parent 5038f3a commit c789c9a

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repos:
88
- id: trailing-whitespace
99
- id: end-of-file-fixer
1010
- repo: https://github.com/astral-sh/ruff-pre-commit
11-
rev: v0.15.16
11+
rev: v0.15.18
1212
hooks:
1313
- id: ruff-check
1414
args: ["--fix"]
@@ -18,7 +18,7 @@ repos:
1818
hooks:
1919
- id: shellcheck
2020
- repo: https://github.com/rapidsai/pre-commit-hooks
21-
rev: v1.5.0
21+
rev: v1.5.1
2222
hooks:
2323
- id: verify-copyright
2424
name: verify-copyright
@@ -31,12 +31,12 @@ repos:
3131
^conda/environments/
3232
)
3333
- repo: https://github.com/rapidsai/dependency-file-generator
34-
rev: v1.20.3
34+
rev: v1.21.0
3535
hooks:
3636
- id: rapids-dependency-file-generator
3737
args: ['--clean']
3838
- repo: https://github.com/zizmorcore/zizmor-pre-commit
39-
rev: v1.25.2
39+
rev: v1.26.1
4040
hooks:
4141
- id: zizmor
4242
- repo: https://github.com/pre-commit/mirrors-prettier
@@ -46,7 +46,7 @@ repos:
4646
types_or: [javascript, jsx, ts, tsx, json, css]
4747
files: ^(src|style)/.*$
4848
- repo: https://github.com/pre-commit/mirrors-eslint
49-
rev: v10.4.1
49+
rev: v10.5.0
5050
hooks:
5151
- id: eslint
5252
files: ^src/.*\.(ts|tsx)$

0 commit comments

Comments
 (0)