Skip to content

Commit ab8824d

Browse files
authored
Merge pull request #260 from sammaxwellxyz/typing
Add type hints to openslide package
2 parents 08a7236 + 0efc25b commit ab8824d

File tree

5 files changed

+139
-85
lines changed

5 files changed

+139
-85
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ repos:
5959
- id: mypy
6060
name: Check Python types
6161
additional_dependencies: [openslide-bin, pillow, types-setuptools]
62-
exclude: "^(doc/.*|openslide/(__init__|deepzoom)\\.py|tests/.*|examples/deepzoom/.*)$"
62+
exclude: "^(doc/.*|tests/.*|examples/deepzoom/.*)$"
6363

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

0 commit comments

Comments
 (0)