Skip to content

Commit 0bdb570

Browse files
committed
Update .pre-commit-config.yaml to use pinned version numbers.
1 parent e6f4ccc commit 0bdb570

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ repos:
66
- id: trailing-whitespace
77

88
- repo: https://github.com/astral-sh/ruff-pre-commit
9-
rev: 5ba58aca0bd5bc7c0e1c0fc45af2e88d6a2bde83 # frozen: v0.14.10
9+
rev: v0.14.13
1010
hooks:
1111
- id: ruff-check
1212
args:
@@ -16,6 +16,6 @@ repos:
1616
- --quiet
1717

1818
- repo: https://github.com/crate-ci/typos
19-
rev: 2d0ce569feab1f8752f1dde43cc2f2aa53236e06 # frozen: v1.40.0
19+
rev: v1.42.0
2020
hooks:
2121
- id: typos

0 commit comments

Comments
 (0)