Skip to content
Merged
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
11 changes: 11 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ ci:
- shfmt-docs
- spelling
- sphinx-lint
- strict-kwargs-fix
- vulture
- vulture-docs
- yamlfix
Expand Down Expand Up @@ -320,6 +321,16 @@ repos:
- *uv_version
stages: [pre-commit]

- id: strict-kwargs-fix
name: strict-kwargs
entry: uv run --extra=dev strict-kwargs fix
language: python
types_or: [python]
additional_dependencies:
- *uv_version
stages: [pre-commit]
require_serial: true

- id: interrogate-docs
name: interrogate docs
entry: uv run --extra=dev doccmd --no-write-to-file --example-workers 0 --language=python
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ optional-dependencies.dev = [
# Listed explicitly (despite being transitive via vws-python-mock) so that
# [tool.uv.sources] can redirect to the CPU-only PyTorch index.
# See: https://vws-python.github.io/vws-python-mock/installation.html#faster-installation
"strict-kwargs==2026.5.18.post1",
"torch>=2.5.1",
"torchvision>=0.20.1",
"ty==0.0.36",
Expand Down
Loading
Loading