Skip to content

Commit c790ad1

Browse files
'[pre-commit.ci 🤖] Apply code format tools to PR'
1 parent 8abe39c commit c790ad1

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: cef0300fd0fc4d2a87a85fa2093c6b283ea36f4b # frozen: v5.0.0
6+
rev: cef0300fd0fc4d2a87a85fa2093c6b283ea36f4b # frozen: v5.0.0
77
hooks:
88
- id: check-added-large-files
99
- id: check-ast
@@ -19,21 +19,21 @@ repos:
1919
- id: trailing-whitespace
2020

2121
- repo: https://github.com/pre-commit/mirrors-prettier
22-
rev: ffb6a759a979008c0e6dff86e39f4745a2d9eac4 # frozen: v3.1.0
22+
rev: ffb6a759a979008c0e6dff86e39f4745a2d9eac4 # frozen: v3.1.0
2323
hooks:
2424
- id: prettier
2525
files: \.(css|html|md|yml|yaml)
2626
args: [--prose-wrap=preserve]
2727

2828
- repo: https://github.com/astral-sh/ruff-pre-commit
29-
rev: 971923581912ef60a6b70dbf0c3e9a39563c9d47 # frozen: v0.11.4
29+
rev: 971923581912ef60a6b70dbf0c3e9a39563c9d47 # frozen: v0.11.4
3030
hooks:
3131
- id: ruff
3232
args: ["--fix", "--show-fixes", "--exit-non-zero-on-fix"]
3333
- id: ruff-format
3434

3535
- repo: https://github.com/codespell-project/codespell
36-
rev: "63c8f8312b7559622c0d82815639671ae42132ac" # frozen: v2.4.1
36+
rev: "63c8f8312b7559622c0d82815639671ae42132ac" # frozen: v2.4.1
3737
hooks:
3838
- id: codespell
3939

0 commit comments

Comments
 (0)