We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a40175e commit 32656feCopy full SHA for 32656fe
2 files changed
.pre-commit-config.yaml
@@ -58,8 +58,8 @@ repos:
58
hooks:
59
- id: mypy
60
name: Check Python types
61
- additional_dependencies: [types-setuptools]
62
- 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/.*)$"
63
64
- repo: https://github.com/rstcheck/rstcheck
65
rev: v6.2.4
0 commit comments