Skip to content

Commit

Permalink
Upgrade pre-commit hooks revisions (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jul 27, 2024
1 parent 418a6e3 commit 1483b9d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ repos:
- id: check-useless-excludes
name: check-useless-excludes
- repo: https:/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: trailing-whitespace
name: trailing-whitespace
- id: end-of-file-fixer
name: end-of-file-fixer
- repo: https:/astral-sh/ruff-pre-commit
rev: v0.3.0
rev: v0.5.0
hooks:
- id: ruff
args:
Expand All @@ -47,7 +47,7 @@ repos:
hooks:
- id: yamllint
- repo: https:/DavidAnson/markdownlint-cli2
rev: v0.12.1
rev: v0.13.0
hooks:
- id: markdownlint-cli2
name: markdownlint-readme
Expand All @@ -59,7 +59,7 @@ repos:
name: editorconfig-checker
alias: ec
- repo: https:/tcort/markdown-link-check
rev: v3.11.2
rev: v3.12.2
hooks:
- id: markdown-link-check
name: markdown-link-check
Expand Down

0 comments on commit 1483b9d

Please sign in to comment.