Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0)
- [github.com/astral-sh/ruff-pre-commit: v0.6.2 → v0.8.4](astral-sh/ruff-pre-commit@v0.6.2...v0.8.4)
- [github.com/rhysd/actionlint: v1.7.1 → v1.7.5](rhysd/actionlint@v1.7.1...v1.7.5)
  • Loading branch information
pre-commit-ci[bot] authored Dec 30, 2024
1 parent a21f88c commit b7f9d32
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
@@ -1,7 +1,7 @@
---
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand Down Expand Up @@ -44,7 +44,7 @@ repos:
- src/ol_infrastructure/applications/ocw_site/redirect_dict
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: 'v0.6.2'
rev: 'v0.8.4'
hooks:
- id: ruff-format
- id: ruff
Expand All @@ -54,7 +54,7 @@ repos:
hooks:
- id: shellcheck
- repo: https://github.com/rhysd/actionlint
rev: v1.7.1
rev: v1.7.5
hooks:
- id: actionlint
name: actionlint
Expand Down

0 comments on commit b7f9d32

Please sign in to comment.