Skip to content

Commit 32656fe

Browse files
committed
lowlevel: add type hints
Signed-off-by: Benjamin Gilbert <[email protected]>
1 parent a40175e commit 32656fe

File tree

2 files changed

+129
-62
lines changed

2 files changed

+129
-62
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ repos:
5858
hooks:
5959
- id: mypy
6060
name: Check Python types
61-
additional_dependencies: [types-setuptools]
62-
exclude: "^(doc/.*|openslide/(__init__|deepzoom|lowlevel)\\.py|tests/.*|examples/deepzoom/.*)$"
61+
additional_dependencies: [openslide-bin, pillow, types-setuptools]
62+
exclude: "^(doc/.*|openslide/(__init__|deepzoom)\\.py|tests/.*|examples/deepzoom/.*)$"
6363

6464
- repo: https://github.com/rstcheck/rstcheck
6565
rev: v6.2.4

0 commit comments

Comments
 (0)