Skip to content
Open
Show file tree
Hide file tree
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 @@ -8,7 +8,7 @@ repos:
hooks:
- id: check-useless-excludes
- repo: https://github.com/astral-sh/uv-pre-commit
rev: 0.9.11
rev: 0.9.15
hooks:
- id: uv-sync
- id: uv-lock
Expand Down Expand Up @@ -62,23 +62,23 @@ repos:
alias: toml

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.14.6
rev: v0.14.7
hooks:
- id: ruff-format
alias: ruff
- id: ruff-check
alias: ruff

- repo: https://github.com/jsh9/pydoclint
rev: "0.8.2"
rev: "0.8.3"
hooks:
- id: pydoclint
# This allows automatic reduction of the baseline file when needed.
entry: sh -ec "pydoclint . && pydoclint --generate-baseline=1 ."
pass_filenames: false

- repo: https://github.com/pycqa/pylint.git
rev: v4.0.3
rev: v4.0.4
hooks:
- id: pylint
args:
Expand All @@ -92,7 +92,7 @@ repos:
- tox

- repo: https://github.com/pre-commit/mirrors-mypy.git
rev: v1.18.2
rev: v1.19.0
hooks:
- id: mypy
additional_dependencies:
Expand Down
2 changes: 1 addition & 1 deletion mise.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[tools]
python = "3.14.0"
python = "3.14.1"
Loading
Loading