Skip to content

Commit

Permalink
lowlevel: add type hints
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Gilbert <[email protected]>
  • Loading branch information
bgilbert committed Oct 18, 2024
1 parent a40175e commit 32656fe
Show file tree
Hide file tree
Showing 2 changed files with 129 additions and 62 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ repos:
hooks:
- id: mypy
name: Check Python types
additional_dependencies: [types-setuptools]
exclude: "^(doc/.*|openslide/(__init__|deepzoom|lowlevel)\\.py|tests/.*|examples/deepzoom/.*)$"
additional_dependencies: [openslide-bin, pillow, types-setuptools]
exclude: "^(doc/.*|openslide/(__init__|deepzoom)\\.py|tests/.*|examples/deepzoom/.*)$"

- repo: https://github.com/rstcheck/rstcheck
rev: v6.2.4
Expand Down
Loading

0 comments on commit 32656fe

Please sign in to comment.