Skip to content
Merged
11 changes: 11 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ ci:
skip:
- actionlint
- sphinx-lint
- strict-kwargs-fix
- check-manifest
- custom-linters
- deptry
Expand Down Expand Up @@ -338,6 +339,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: doc8
name: doc8
entry: uv run --extra=dev -m doc8
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ optional-dependencies.dev = [
"sphinx-toolbox==4.2.0rc1",
"sphinxcontrib-httpdomain==2.0.0",
"sphinxcontrib-spelling==8.0.2",
"strict-kwargs==2026.5.18.post1",
"sybil==10.0.1",
"tenacity==9.1.4",
"ty==0.0.37",
Expand Down
Loading