Skip to content

Commit f802e26

Browse files
authored
Merge branch 'main' into add-resolve_repo_path
2 parents 1576dc2 + 70a5608 commit f802e26

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
@@ -36,13 +36,13 @@ repos:
3636
exclude: .*/__snapshots__/.*|.*-input\.json$|^semgrep\.yaml$
3737

3838
- repo: https://github.com/astral-sh/ruff-pre-commit
39-
rev: v0.15.6
39+
rev: v0.15.7
4040
hooks:
4141
- id: ruff
4242
- id: ruff-format
4343

4444
- repo: https://github.com/gitleaks/gitleaks
45-
rev: v8.30.1
45+
rev: v8.30.0
4646
hooks:
4747
- id: gitleaks
4848

@@ -90,7 +90,7 @@ repos:
9090
- id: actionlint
9191

9292
- repo: https://github.com/DavidAnson/markdownlint-cli2
93-
rev: v0.21.0
93+
rev: v0.22.0
9494
hooks:
9595
- id: markdownlint-cli2
9696
args:

0 commit comments

Comments
 (0)