Skip to content

Commit 9082949

Browse files
Merge pull request #90 from andmpel/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 67d1333 + 4ac8544 commit 9082949

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ repos:
4444
types: [shell]
4545
# Actionlint for linting GitHub Actions YAML files
4646
- repo: https://github.com/rhysd/actionlint
47-
rev: "v1.7.8"
47+
rev: "v1.7.9"
4848
hooks:
4949
- id: actionlint
5050
# Yamlfmt for formatting YAML files
@@ -59,7 +59,7 @@ repos:
5959
- id: codespell
6060
# Gitleaks for detecting secrets in Git repositories
6161
- repo: https://github.com/gitleaks/gitleaks
62-
rev: "v8.29.0"
62+
rev: "v8.29.1"
6363
hooks:
6464
- id: gitleaks
6565
# Talisman for pre-commit Git hooks to detect sensitive files
@@ -70,6 +70,6 @@ repos:
7070
entry: cmd --githook pre-commit
7171
# Markdownlint for linting Markdown files
7272
- repo: https://github.com/DavidAnson/markdownlint-cli2
73-
rev: v0.19.0
73+
rev: v0.19.1
7474
hooks:
7575
- id: markdownlint-cli2

0 commit comments

Comments
 (0)