Skip to content

Commit fe32241

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.2 → v0.14.6](astral-sh/ruff-pre-commit@v0.14.2...v0.14.6) - [github.com/igorshubovych/markdownlint-cli: v0.45.0 → v0.46.0](igorshubovych/markdownlint-cli@v0.45.0...v0.46.0) - [github.com/fsfe/reuse-tool: v5.1.1 → v6.2.0](fsfe/reuse-tool@v5.1.1...v6.2.0) - [github.com/gitleaks/gitleaks: v8.28.0 → v8.29.1](gitleaks/gitleaks@v8.28.0...v8.29.1)
1 parent 90505e5 commit fe32241

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ repos:
3737
- tomli
3838

3939
- repo: https://github.com/astral-sh/ruff-pre-commit
40-
rev: v0.14.2
40+
rev: v0.14.6
4141
hooks:
4242
- id: ruff-check
4343
args: [ --fix ]
@@ -56,7 +56,7 @@ repos:
5656
# entry: markdown-link-check
5757

5858
- repo: https://github.com/igorshubovych/markdownlint-cli
59-
rev: v0.45.0
59+
rev: v0.46.0
6060
hooks:
6161
- id: markdownlint
6262
args: ['--config', '.markdownlint.yaml']
@@ -89,12 +89,12 @@ repos:
8989
stages: [pre-push]
9090

9191
- repo: https://github.com/fsfe/reuse-tool
92-
rev: v5.1.1
92+
rev: v6.2.0
9393
hooks:
9494
- id: reuse-lint-file
9595

9696
- repo: https://github.com/gitleaks/gitleaks
97-
rev: v8.28.0
97+
rev: v8.29.1
9898
hooks:
9999
- id: gitleaks
100100

0 commit comments

Comments
 (0)