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
Ran 'pre-commit autoupdate'
  • Loading branch information
jamesbraza committed Aug 8, 2025
commit 9a1917ffa26ed5beba17f17887da76b136016bb5
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ repos:
- id: mixed-line-ending
- id: trailing-whitespace
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.12.2
rev: v0.12.8
hooks:
- id: ruff-check
args: [--fix, --exit-non-zero-on-fix]
Expand Down Expand Up @@ -54,11 +54,11 @@ repos:
hooks:
- id: check-mailmap
- repo: https://github.com/henryiii/validate-pyproject-schema-store
rev: 2025.06.23
rev: 2025.08.07
hooks:
- id: validate-pyproject
- repo: https://github.com/astral-sh/uv-pre-commit
rev: 0.7.19
rev: 0.8.6
hooks:
- id: uv-lock
- repo: https://github.com/adamchainz/blacken-docs
Expand Down Expand Up @@ -89,7 +89,7 @@ repos:
hooks:
- id: markdown-toc-creator
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.16.1
rev: v1.17.1
hooks:
- id: mypy
args: [--pretty, --ignore-missing-imports]
Expand Down