Skip to content

Commit e471f8f

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

File tree

3 files changed

+74
-7
lines changed

3 files changed

+74
-7
lines changed

.github/workflows/publish_lambda_packages.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
working-directory: ./distribution/lambda
2323
- name: Lint and format
2424
run: |
25+
mypy --version
2526
mypy .
2627
black . --check
2728
working-directory: ./distribution/lambda

distribution/lambda/Pipfile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,12 @@ 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"
1916

2017
[dev-packages]
2118

19+
boto3-stubs = "1.28.59"
20+
types-requests = "2.31.0.2"
21+
types-pyyaml = "6.0.12.11"
22+
2223
[requires]
2324
python_version = ">=3.10,<4.0"

distribution/lambda/Pipfile.lock

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

0 commit comments

Comments
 (0)