Skip to content

Commit 4fe8648

Browse files
Dynamically generate logprob RandomVariable list in docs
1 parent e76961d commit 4fe8648

File tree

3 files changed

+49
-500
lines changed

3 files changed

+49
-500
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ repos:
2929
hooks:
3030
- id: mypy
3131
args: [--ignore-missing-imports]
32+
additional_dependencies:
33+
- numpy>=1.20
34+
- types-docutils
3235
- repo: https://github.com/humitos/mirrors-autoflake.git
3336
rev: v1.1
3437
hooks:

0 commit comments

Comments
 (0)