Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
- run: uv run refurb .
- run: uv run pylint src packages
- if: matrix.python-version == '3.11' # Only need to run this on one version
uses: suzuki-shunsuke/github-action-renovate-config-validator@v2.0.0
uses: suzuki-shunsuke/github-action-renovate-config-validator@v2.1.0
test:
runs-on: ubuntu-latest
strategy:
Expand Down
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ repos:
- id: mixed-line-ending
- id: trailing-whitespace
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.14.10
rev: v0.15.7
hooks:
- id: ruff-check
args: [--fix, --exit-non-zero-on-fix]
- id: ruff-format
- repo: https://github.com/rbubley/mirrors-prettier
rev: v3.7.4
rev: v3.8.1
hooks:
- id: prettier
- repo: https://github.com/Yelp/detect-secrets
Expand All @@ -43,7 +43,7 @@ repos:
hooks:
- id: check-mailmap
- repo: https://github.com/codespell-project/codespell
rev: v2.4.1
rev: v2.4.2
hooks:
- id: codespell
additional_dependencies: [".[toml]"]
Expand All @@ -67,15 +67,15 @@ repos:
- id: nb-clean
args: [--preserve-cell-outputs, --remove-empty-cells]
- repo: https://github.com/jackdewinter/pymarkdown
rev: v0.9.34
rev: v0.9.36
hooks:
- id: pymarkdown
- repo: https://github.com/henryiii/validate-pyproject-schema-store
rev: 2026.01.02
hooks:
- id: validate-pyproject
- repo: https://github.com/astral-sh/uv-pre-commit
rev: 0.9.21
rev: 0.10.12
hooks:
- id: uv-lock
- repo: local # Use local to ensure we don't pull aviary from PyPI
Expand Down
2 changes: 1 addition & 1 deletion .python-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.13
3.14
Loading