We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4ede9e commit 9a94a7fCopy full SHA for 9a94a7f
.pre-commit-config.yaml
@@ -31,6 +31,10 @@ repos:
31
rev: v0.3.1
32
hooks:
33
- id: absolufy-imports
34
+ - repo: https://github.com/ariebovenberg/slotscheck
35
+ rev: v0.17.1
36
+ hooks:
37
+ - id: slotscheck
38
- repo: https://github.com/pycqa/isort
39
rev: 5.12.0
40
pyproject.toml
@@ -261,4 +261,5 @@ exclude = [
261
]
262
include = [
263
"pygeoif*",
264
+ "pygeoif/py.typed",
265
0 commit comments