Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 5, 2024
1 parent 0744f62 commit 13feb54
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- run: uv run refurb ldp tests
- run: uv run pylint ldp tests
- if: matrix.python-version == '3.11' # Only need to run this on one version
uses: suzuki-shunsuke/github-action-renovate-config-validator@v1.1.0
uses: suzuki-shunsuke/github-action-renovate-config-validator@v1.1.1
test:
runs-on: ubuntu-latest
steps:
Expand Down
6 changes: 3 additions & 3 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.8.0
rev: v0.8.2
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
- id: ruff-format
- repo: https://github.com/rbubley/mirrors-prettier
rev: v3.4.0
rev: v3.4.2
hooks:
- id: prettier
- repo: https://github.com/Yelp/detect-secrets
Expand Down Expand Up @@ -61,7 +61,7 @@ repos:
hooks:
- id: validate-pyproject
- repo: https://github.com/astral-sh/uv-pre-commit
rev: 0.4.30
rev: 0.5.6
hooks:
- id: uv-lock
- repo: https://github.com/pre-commit/mirrors-mypy
Expand Down

0 comments on commit 13feb54

Please sign in to comment.