Skip to content

Commit 191303a

Browse files
authored
Freeze pre-commit hook revisions (#791)
1 parent a697011 commit 191303a

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
3-
rev: v0.15.20
3+
rev: c59bba8fb259db0fec2bbb77ad8ba51ea7341b56 # frozen: v0.15.20
44
hooks:
55
- id: ruff
66
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: v6.0.0
7+
rev: 3e8a8703264a2f4a69428a0aa4dcb512790b2c8c # frozen: v6.0.0
88
hooks:
99
- id: trailing-whitespace
1010
- id: end-of-file-fixer
@@ -17,23 +17,23 @@ repos:
1717
- id: mixed-line-ending
1818
args: [--fix=lf]
1919
- repo: https://github.com/sphinx-contrib/sphinx-lint
20-
rev: v1.0.2
20+
rev: c883505f64b59c3c5c9375191e4ad9f98e727ccd # frozen: v1.0.2
2121
hooks:
2222
- id: sphinx-lint
2323
args: [--enable=default-role]
2424
- repo: https://github.com/python-jsonschema/check-jsonschema
25-
rev: 0.37.4
25+
rev: 6b63472e72e1a91ed8a2f6d483790dfb644fa1d3 # frozen: 0.37.4
2626
hooks:
2727
- id: check-dependabot
2828
- id: check-github-workflows
2929
- id: check-readthedocs
3030
- repo: https://github.com/abravalheri/validate-pyproject
31-
rev: v0.25
31+
rev: 4b2e70d08cb2ccd26d1fba73588de41c7a5d50b7 # frozen: v0.25
3232
hooks:
3333
- id: validate-pyproject
3434
additional_dependencies: ["validate-pyproject-schema-store[all]"]
3535
- repo: https://github.com/rhysd/actionlint
36-
rev: v1.7.12
36+
rev: 914e7df21a07ef503a81201c76d2b11c789d3fca # frozen: v1.7.12
3737
hooks:
3838
- id: actionlint
3939
additional_dependencies:
@@ -42,7 +42,7 @@ repos:
4242
# but the integration only works if shellcheck is installed
4343
- "github.com/wasilibs/go-shellcheck/cmd/shellcheck@v0.11.1"
4444
- repo: https://github.com/woodruffw/zizmor-pre-commit
45-
rev: v1.26.1
45+
rev: e3eebf65325ccc992422292cb7a4baee967cf815 # frozen: v1.26.1
4646
hooks:
4747
- id: zizmor
4848
- repo: meta

0 commit comments

Comments
 (0)