Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#252)
Browse files Browse the repository at this point in the history
updates:
- [github.com/DavidAnson/markdownlint-cli2: v0.17.1 → v0.17.2](DavidAnson/markdownlint-cli2@v0.17.1...v0.17.2)
- [github.com/astral-sh/ruff-pre-commit: v0.9.1 → v0.9.2](astral-sh/ruff-pre-commit@v0.9.1...v0.9.2)
- [github.com/gitleaks/gitleaks: v8.23.0 → v8.23.1](gitleaks/gitleaks@v8.23.0...v8.23.1)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Jan 21, 2025
1 parent e6c3ac0 commit 81d23d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,21 +25,21 @@ repos:
"flake8-mutable",
]
- repo: https://github.com/DavidAnson/markdownlint-cli2
rev: v0.17.1
rev: v0.17.2
hooks:
- id: markdownlint-cli2
- repo: https://github.com/Yelp/detect-secrets
rev: v1.5.0
hooks:
- id: detect-secrets
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.9.1
rev: v0.9.2
hooks:
- id: ruff
- id: ruff-format

- repo: https://github.com/gitleaks/gitleaks
rev: v8.23.0
rev: v8.23.1
hooks:
- id: gitleaks

Expand Down

0 comments on commit 81d23d3

Please sign in to comment.