Skip to content

Commit 54ed41c

Browse files
Update and fix pre-commit failures
1 parent 35305b7 commit 54ed41c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
minimum_pre_commit_version: 1.15.2
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.4.0
5+
rev: v5.0.0
66
hooks:
77
- id: check-merge-conflict # Check for files that contain merge conflict strings.
88
- id: trailing-whitespace # Trims trailing whitespace.
@@ -28,8 +28,8 @@ repos:
2828
language: system
2929
# <---- Local Hooks ------------------------------------------------------------------------------------------------
3030

31-
- repo: https://github.com/s0undt3ch/python-tools-scripts
32-
rev: "0.17.0"
31+
- repo: https://github.com/saltstack/python-tools-scripts
32+
rev: "0.20.5"
3333
hooks:
3434
- id: tools
3535
alias: actionlint

0 commit comments

Comments
 (0)