Skip to content

Commit d1ae219

Browse files
author
Phil Varner
committed
add types
1 parent 8fed9f9 commit d1ae219

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

.pre-commit-config.yaml

+5-6
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,11 @@ repos:
1717
# W503 black conflicts with "line break before operator" rule
1818
# E203 black conflicts with "whitespace before ':'" rule
1919
'--ignore=E501,W503,E203,C901' ]
20-
# -
21-
# repo: https://github.com/pre-commit/mirrors-mypy
22-
# rev: v0.770
23-
# hooks:
24-
# - id: mypy
25-
# args: [--no-strict-optional, --ignore-missing-imports]
20+
# - repo: https://github.com/pre-commit/mirrors-mypy
21+
# rev: v0.942
22+
# hooks:
23+
# - id: mypy
24+
# args: [--no-strict-optional, --ignore-missing-imports]
2625
- repo: https://github.com/PyCQA/pydocstyle
2726
rev: 6.1.1
2827
hooks:

stac_fastapi/elasticsearch/setup.py

+2
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@
3030
"requests",
3131
"ciso8601",
3232
"httpx",
33+
"types-attr",
34+
"types-requests",
3335
],
3436
"docs": ["mkdocs", "mkdocs-material", "pdocs"],
3537
"server": ["uvicorn[standard]>=0.12.0,<0.14.0"],

0 commit comments

Comments
 (0)