Skip to content

Commit 2d60023

Browse files
committed
Update pre-commit (12/2024)
1 parent 245767a commit 2d60023

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: 2c9f875913ee60ca25ce70243dc24d5b6415598c # frozen: v4.6.0
6+
rev: cef0300fd0fc4d2a87a85fa2093c6b283ea36f4b # frozen: v5.0.0
77
hooks:
88
- id: trailing-whitespace
99
- id: end-of-file-fixer
@@ -16,15 +16,15 @@ repos:
1616
- id: check-toml
1717
- id: check-added-large-files
1818

19-
- repo: https://github.com/pre-commit/mirrors-prettier
20-
rev: ffb6a759a979008c0e6dff86e39f4745a2d9eac4 # frozen: v3.1.0
19+
- repo: https://github.com/rbubley/mirrors-prettier
20+
rev: bc7af46104f0f5368b95878decf720f9f00c2559 # frozen: v3.4.2
2121
hooks:
2222
- id: prettier
2323
files: \.(html|md|yml|yaml|toml)
2424
args: [--prose-wrap=preserve]
2525

2626
- repo: https://github.com/astral-sh/ruff-pre-commit
27-
rev: 1dc9eb131c2ea4816c708e4d85820d2cc8542683 # frozen: v0.5.0
27+
rev: f0b5944bef86f50d875305821a0ab0d8c601e465 # frozen: v0.8.4
2828
hooks:
2929
- id: ruff
3030
args: ["--fix", "--show-fixes", "--exit-non-zero-on-fix"]

0 commit comments

Comments
 (0)