Skip to content
Merged
Changes from 1 commit
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
Next Next commit
[pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/codingjoe/esupgrade: 2025.22.1 → 2025.22.2](codingjoe/esupgrade@2025.22.1...2025.22.2)
- [github.com/biomejs/pre-commit: v2.5.3 → v2.5.5](biomejs/pre-commit@v2.5.3...v2.5.5)
- [github.com/astral-sh/ruff-pre-commit: v0.15.21 → v0.16.0](astral-sh/ruff-pre-commit@v0.15.21...v0.16.0)
- [github.com/tox-dev/pyproject-fmt: v2.25.3 → v2.26.0](tox-dev/pyproject-fmt@v2.25.3...v2.26.0)
  • Loading branch information
pre-commit-ci[bot] authored and tim-schilling committed Jul 31, 2026
commit c98a73e943a433c07268d3260b7afed8fad034ee
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ repos:
- id: django-upgrade
args: [--target-version, "5.2"]
- repo: https://github.com/codingjoe/esupgrade
rev: 2025.22.1
rev: 2025.22.2
hooks:
- id: esupgrade
- repo: https://github.com/adamchainz/djade-pre-commit
Expand All @@ -34,18 +34,18 @@ repos:
- id: rst-backticks
- id: rst-directive-colons
- repo: https://github.com/biomejs/pre-commit
rev: v2.5.3
rev: v2.5.5
hooks:
- id: biome-check
verbose: true
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 'v0.15.21'
rev: 'v0.16.0'
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
- id: ruff-format
- repo: https://github.com/tox-dev/pyproject-fmt
rev: v2.25.3
rev: v2.26.0
hooks:
- id: pyproject-fmt
- repo: https://github.com/abravalheri/validate-pyproject
Expand Down