Skip to content
Open
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
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ repos:
- id: check-yaml
files: .*\.(yaml|yml)$
- repo: https://github.com/codespell-project/codespell
rev: v2.4.1
rev: v2.4.2
hooks:
- id: codespell
name: codespell
Expand All @@ -34,25 +34,25 @@ repos:
additional_dependencies:
- tomli; python_version<'3.11'
- repo: https://github.com/adrienverge/yamllint.git
rev: v1.37.1
rev: v1.38.0
hooks:
- id: yamllint
files: \.(yaml|yml)$
- repo: https://github.com/pappasam/toml-sort
rev: v0.24.2
rev: v0.24.4
hooks:
- id: toml-sort-fix
alias: toml
# uv.lock has its own canonical ordering; resorting churns it.
exclude: ^uv\.lock$

- repo: https://github.com/tox-dev/tox-ini-fmt
rev: 1.6.0
rev: 1.7.1
hooks:
- id: tox-ini-fmt

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.12.12
rev: v0.15.12
hooks:
- id: ruff
args:
Expand All @@ -62,7 +62,7 @@ repos:
# - id: ruff-format # must be after ruff
# types_or: [python, pyi]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.17.1
rev: v1.20.2
hooks:
- id: mypy
additional_dependencies:
Expand Down
Loading