You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
about: Create a report to help us improve static typing definition
4
+
title: 'Static typing: '
5
+
labels: static_typing, triage
6
+
assignees: ''
7
+
8
+
---
9
+
10
+
<!--- Provide a general summary of the issue in the Title above -->
11
+
<!--- How has this issue affected you? What are you trying to accomplish? -->
12
+
13
+
**What were you trying to accomplish?**
14
+
15
+
## Static type checker's output and config
16
+
17
+
<!--- Share your preferred static type checker output and any related configuration to help us reproduce it -->
18
+
19
+
```python
20
+
# output
21
+
```
22
+
23
+
## Possible Solution
24
+
<!--- Not obligatory. Any ideas you might have to address this type definition -->
25
+
26
+
## Steps to Reproduce
27
+
<!--- Provide a link to a live example, or an unambiguous set of steps to -->
28
+
<!--- reproduce this typing report. Include code to reproduce, if relevant -->
29
+
30
+
**Code snippet**
31
+
32
+
```python
33
+
```
34
+
35
+
**Steps**
36
+
37
+
1.
38
+
2.
39
+
3.
40
+
41
+
## Environment
42
+
43
+
***Powertools version used**:
44
+
***Static typing checker name and version**:
45
+
46
+
> Note: Lambda Powertools for Python uses [MyPy as the preferred static checker](https://github.com/awslabs/aws-lambda-powertools-python/blob/develop/mypy.ini).
0 commit comments