Skip to content

Commit 9a94a7f

Browse files
committed
Add slotscheck hook, include py.typed
1 parent c4ede9e commit 9a94a7f

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.pre-commit-config.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ repos:
3131
rev: v0.3.1
3232
hooks:
3333
- id: absolufy-imports
34+
- repo: https://github.com/ariebovenberg/slotscheck
35+
rev: v0.17.1
36+
hooks:
37+
- id: slotscheck
3438
- repo: https://github.com/pycqa/isort
3539
rev: 5.12.0
3640
hooks:

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -261,4 +261,5 @@ exclude = [
261261
]
262262
include = [
263263
"pygeoif*",
264+
"pygeoif/py.typed",
264265
]

0 commit comments

Comments
 (0)