We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35305b7 commit 54ed41cCopy full SHA for 54ed41c
1 file changed
.pre-commit-config.yaml
@@ -2,7 +2,7 @@
2
minimum_pre_commit_version: 1.15.2
3
repos:
4
- repo: https://github.com/pre-commit/pre-commit-hooks
5
- rev: v4.4.0
+ rev: v5.0.0
6
hooks:
7
- id: check-merge-conflict # Check for files that contain merge conflict strings.
8
- id: trailing-whitespace # Trims trailing whitespace.
@@ -28,8 +28,8 @@ repos:
28
language: system
29
# <---- Local Hooks ------------------------------------------------------------------------------------------------
30
31
- - repo: https://github.com/s0undt3ch/python-tools-scripts
32
- rev: "0.17.0"
+ - repo: https://github.com/saltstack/python-tools-scripts
+ rev: "0.20.5"
33
34
- id: tools
35
alias: actionlint
0 commit comments