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
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ci:
autoupdate_commit_msg: '[pre-commit.ci] pre-commit autoupdate'
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v5.0.0
rev: v6.0.0
hooks:
- id: check-added-large-files
- id: check-case-conflict
Expand All @@ -19,11 +19,11 @@ repos:
- id: check-toml
- id: check-yaml
- repo: https://github.com/pappasam/toml-sort
rev: v0.24.2
rev: v0.24.3
hooks:
- id: toml-sort-fix
- repo: https://github.com/google/yamlfmt
rev: "v0.16.0"
rev: "v0.17.2"
hooks:
- id: yamlfmt
- repo: https://github.com/codespell-project/codespell
Expand All @@ -32,12 +32,12 @@ repos:
- id: codespell
args: []
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 'v0.9.9'
rev: 'v0.13.3'
hooks:
- id: ruff
- id: ruff-format
- repo: https://github.com/pre-commit/mirrors-mypy
rev: 'v1.15.0'
rev: 'v1.18.2'
hooks:
- id: mypy
exclude: tests
Expand Down