Skip to content

Commit

Permalink
Merge pull request #260 from sammaxwellxyz/typing
Browse files Browse the repository at this point in the history
Add type hints to openslide package
  • Loading branch information
bgilbert authored Oct 19, 2024
2 parents 08a7236 + 0efc25b commit ab8824d
Show file tree
Hide file tree
Showing 5 changed files with 139 additions and 85 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ repos:
- id: mypy
name: Check Python types
additional_dependencies: [openslide-bin, pillow, types-setuptools]
exclude: "^(doc/.*|openslide/(__init__|deepzoom)\\.py|tests/.*|examples/deepzoom/.*)$"
exclude: "^(doc/.*|tests/.*|examples/deepzoom/.*)$"

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

0 comments on commit ab8824d

Please sign in to comment.