Skip to content

Commit

Permalink
Add type stubs for mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
rdettai committed May 16, 2024
1 parent 669a082 commit 569fe3a
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 8 deletions.
9 changes: 4 additions & 5 deletions distribution/lambda/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,10 @@ boto3 = "1.28.59"
mypy = "1.7.0"
ziglang = "0.11.0"

# boto3-stubs = "^1.28.39"
# types-requests = "^2.31.0.2"
# types-pyyaml = "^6.0.12.11"

[dev-packages]
# types
boto3-stubs = "1.28.59"
types-requests = "2.31.0.2"
types-pyyaml = "6.0.12.11"

[requires]
python_version = ">=3.10,<4.0"
62 changes: 59 additions & 3 deletions distribution/lambda/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 569fe3a

Please sign in to comment.