Skip to content

Commit d9792b0

Browse files
committed
Add type stubs for mypy
1 parent 293153f commit d9792b0

File tree

2 files changed

+63
-8
lines changed

2 files changed

+63
-8
lines changed

distribution/lambda/Pipfile

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,10 @@ boto3 = "1.28.59"
1313
mypy = "1.7.0"
1414
ziglang = "0.11.0"
1515

16-
# boto3-stubs = "^1.28.39"
17-
# types-requests = "^2.31.0.2"
18-
# types-pyyaml = "^6.0.12.11"
19-
20-
[dev-packages]
16+
# types
17+
boto3-stubs = "1.28.59"
18+
types-requests = "2.31.0.2"
19+
types-pyyaml = "6.0.12.11"
2120

2221
[requires]
2322
python_version = ">=3.10,<4.0"

distribution/lambda/Pipfile.lock

Lines changed: 59 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)