We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fce3a97 commit 4a5ce8eCopy full SHA for 4a5ce8e
.pre-commit-config.yaml
@@ -158,8 +158,7 @@ repos:
158
- id: mypy-docs
159
name: mypy-docs
160
stages: [pre-push]
161
- entry: uv run --extra=dev doccmd --no-write-to-file --language=python
162
- --command="mypy"
+ entry: uv run --extra=dev doccmd --no-write-to-file --language=python --command="mypy"
163
language: python
164
types_or: [markdown, rst]
165
additional_dependencies: [uv==0.9.5]
0 commit comments