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' so I can test CI
  • Loading branch information
jamesbraza committed Sep 26, 2025
commit 21e06f6fccdc127e9fd18ff98bed1d68cc8b06c6
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ repos:
- id: mixed-line-ending
- id: trailing-whitespace
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.13.0
rev: v0.13.2
hooks:
- id: ruff-check
args: [--fix, --exit-non-zero-on-fix]
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 25.1.0
rev: 25.9.0
hooks:
- id: black
- repo: https://github.com/rbubley/mirrors-prettier
Expand All @@ -48,19 +48,19 @@ repos:
- id: codespell
additional_dependencies: [".[toml]"]
- repo: https://github.com/crate-ci/typos
rev: v1.32.0
rev: v1.36.3
hooks:
- id: typos
- repo: https://github.com/jumanjihouse/pre-commit-hooks
rev: 3.0.0
hooks:
- id: check-mailmap
- repo: https://github.com/henryiii/validate-pyproject-schema-store
rev: 2025.09.11
rev: 2025.09.26
hooks:
- id: validate-pyproject
- repo: https://github.com/astral-sh/uv-pre-commit
rev: 0.8.17
rev: 0.8.22
hooks:
- id: uv-lock
- repo: https://github.com/adamchainz/blacken-docs
Expand Down