Skip to content

Commit e248a1f

Browse files
committed
prek autoupdate --freeze
1 parent 65bc8eb commit e248a1f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
3-
rev: v0.15.9
3+
rev: 0c7b6c989466a93942def1f84baf36ddfcd60c83 # frozen: v0.15.14
44
hooks:
55
- id: ruff
66
args: [--fix, --exit-non-zero-on-fix]
77
- id: ruff-format
88

99
- repo: https://github.com/pre-commit/pre-commit-hooks
10-
rev: v6.0.0
10+
rev: 3e8a8703264a2f4a69428a0aa4dcb512790b2c8c # frozen: v6.0.0
1111
hooks:
1212
- id: check-added-large-files
1313
- id: check-case-conflict
@@ -20,12 +20,12 @@ repos:
2020
- id: trailing-whitespace
2121

2222
- repo: https://github.com/python-jsonschema/check-jsonschema
23-
rev: 0.37.1
23+
rev: 943377262562a12b57292fc98fabd7dbf81451fe # frozen: 0.37.2
2424
hooks:
2525
- id: check-github-workflows
2626

2727
- repo: https://github.com/rhysd/actionlint
28-
rev: v1.7.12
28+
rev: 914e7df21a07ef503a81201c76d2b11c789d3fca # frozen: v1.7.12
2929
hooks:
3030
- id: actionlint
3131

0 commit comments

Comments
 (0)