Skip to content

Commit 722b8bd

Browse files
authored
Bump pre-commit-hooks in .pre-commit-config.yaml file (#2360)
issue #2341 In this PR i update only `pre-commit-hooks` (updating `v5.0.0 -> v6.0.0`) in `.pre-commit-config.yaml` file. i tested it with 'make lint' command and it looks good to me. <img width="969" height="263" alt="image" src="https://github.com/user-attachments/assets/77a80965-ad22-472e-87a0-4174ef0bf2ee" />
1 parent fa9094b commit 722b8bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ exclude: ^vendor/
1919

2020
repos:
2121
- repo: https://github.com/pre-commit/pre-commit-hooks
22-
rev: v5.0.0
22+
rev: v6.0.0
2323
hooks:
2424
- id: trailing-whitespace
2525
- id: end-of-file-fixer

0 commit comments

Comments
 (0)