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
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v6.0.0
hooks:
- id: check-ast
- id: check-builtin-literals
Expand All @@ -16,7 +16,7 @@ repos:

- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.4.8
rev: v0.15.11
hooks:
- id: ruff
name: "ruff sort imports"
Expand All @@ -31,19 +31,19 @@ repos:
name: "ruff lint"

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.10.0
rev: v1.20.1
hooks:
- id: mypy
exclude: "docs"
additional_dependencies: ["types-all"]

- repo: https://github.com/codespell-project/codespell
rev: v2.3.0
rev: v2.4.2
hooks:
- id: codespell
files: ".py|.rst"

- repo: https://github.com/rhysd/actionlint
rev: "v1.7.1"
rev: "v1.7.12"
hooks:
- id: actionlint
Loading