Skip to content
Open
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
4eba4ff
⬆️ UPGRADE: Autoupdate pre-commit config
s-weigand Mar 30, 2026
46d5c7f
⬆️ UPGRADE: Autoupdate pre-commit config
s-weigand Apr 6, 2026
e5d2fe6
⬆️ UPGRADE: Autoupdate pre-commit config
s-weigand Apr 13, 2026
0387926
⬆️ UPGRADE: Autoupdate pre-commit config
s-weigand Apr 20, 2026
6564abf
⬆️ UPGRADE: Autoupdate pre-commit config
s-weigand Apr 27, 2026
3ad0178
⬆️ UPGRADE: Autoupdate pre-commit config
s-weigand May 11, 2026
6c3ee7e
⬆️ UPGRADE: Autoupdate pre-commit config
s-weigand May 18, 2026
84c6618
⬆️ UPGRADE: Autoupdate pre-commit config
s-weigand May 25, 2026
5751fb6
⬆️ UPGRADE: Autoupdate pre-commit config
s-weigand Jun 1, 2026
3db681f
⬆️ UPGRADE: Autoupdate pre-commit config
s-weigand Jun 8, 2026
2405c56
⬆️ UPGRADE: Autoupdate pre-commit config
s-weigand Jun 15, 2026
d430dc9
⬆️ UPGRADE: Autoupdate pre-commit config
s-weigand Jun 22, 2026
e1d9b81
⬆️ UPGRADE: Autoupdate pre-commit config
s-weigand Jun 29, 2026
015732c
⬆️ UPGRADE: Autoupdate pre-commit config
s-weigand Jul 13, 2026
f2fa7eb
⬆️ UPGRADE: Autoupdate pre-commit config
s-weigand Jul 20, 2026
b3a3a2b
⬆️ UPGRADE: Autoupdate pre-commit config
s-weigand Jul 27, 2026
67c256b
⬆️ UPGRADE: Autoupdate pre-commit config
s-weigand Aug 3, 2026
9ff519b
⬆️ UPGRADE: Autoupdate pre-commit config
s-weigand Aug 10, 2026
a7df412
⬆️ UPGRADE: Autoupdate pre-commit config
s-weigand Aug 17, 2026
1c5069f
⬆️ UPGRADE: Autoupdate pre-commit config
s-weigand Aug 24, 2026
e76b268
⬆️ UPGRADE: Autoupdate pre-commit config
s-weigand Aug 31, 2026
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 @@ -3,7 +3,7 @@ repos:
# FORMATTER #
###################
- repo: https://github.com/tox-dev/pyproject-fmt
rev: "v2.20.0"
rev: "v2.29.0"
hooks:
- id: pyproject-fmt

Expand All @@ -20,7 +20,7 @@ repos:
args: [--fix=lf]

- repo: https://github.com/PyCQA/docformatter
rev: v1.7.7
rev: v1.7.8
hooks:
- id: docformatter
additional_dependencies: [tomli]
Expand All @@ -43,7 +43,7 @@ repos:
###################
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.15.7
rev: v0.16.5
hooks:
- id: ruff
name: "ruff sort imports"
Expand All @@ -58,7 +58,7 @@ repos:
name: "ruff lint"

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.19.1
rev: v2.3.1
hooks:
- id: mypy
exclude: "docs"
Expand Down Expand Up @@ -91,7 +91,7 @@ repos:
pass_filenames: false

- repo: https://github.com/codespell-project/codespell
rev: v2.4.2
rev: v2.4.3
hooks:
- id: codespell
types: [file]
Expand All @@ -100,6 +100,6 @@ repos:
exclude: ^examples/

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