Skip to content

Commit

Permalink
Update all non-major dependencies (#212)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 3, 2025
1 parent 8eb4b25 commit f47df24
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 @@ -19,13 +19,13 @@ repos:
- id: mixed-line-ending
- id: trailing-whitespace
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.9.4
rev: v0.9.6
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
- id: ruff-format
- repo: https://github.com/rbubley/mirrors-prettier
rev: v3.4.2
rev: v3.5.1
hooks:
- id: prettier
- repo: https://github.com/Yelp/detect-secrets
Expand All @@ -42,7 +42,7 @@ repos:
hooks:
- id: check-mailmap
- repo: https://github.com/codespell-project/codespell
rev: v2.3.0
rev: v2.4.1
hooks:
- id: codespell
additional_dependencies: [".[toml]"]
Expand Down Expand Up @@ -70,7 +70,7 @@ repos:
hooks:
- id: validate-pyproject
- repo: https://github.com/astral-sh/uv-pre-commit
rev: 0.5.31
rev: 0.6.0
hooks:
- id: uv-lock
- repo: local # Use local to ensure we don't pull aviary from PyPI
Expand Down

0 comments on commit f47df24

Please sign in to comment.