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/python-jsonschema/check-jsonschema: 0.28.4 → 0.29.4](python-jsonschema/check-jsonschema@0.28.4...0.29.4)
- [github.com/astral-sh/ruff-pre-commit: v0.4.7 → v0.6.9](astral-sh/ruff-pre-commit@v0.4.7...v0.6.9)
  • Loading branch information
pre-commit-ci[bot] authored Oct 14, 2024
1 parent 2b3b2d3 commit e0f47e0
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 @@ -7,7 +7,7 @@ default_stages: [pre-commit, pre-push]
repos:
# https://github.com/pre-commit/pre-commit-hooks#pre-commit-hooks
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: check-added-large-files
name: Check added large files
Expand All @@ -23,7 +23,7 @@ repos:
- id: trailing-whitespace
name: Trailing whitespace
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.28.4
rev: 0.29.4
hooks:
- id: check-github-actions
name: Validate GitHub Actions
Expand All @@ -36,7 +36,7 @@ repos:
additional_dependencies:
- tomli
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.7
rev: v0.6.9
hooks:
- id: ruff
name: Ruff Linter
Expand Down

0 comments on commit e0f47e0

Please sign in to comment.