Skip to content

Commit e58eb08

Browse files
committed
chore(governance): new static typing report
1 parent 999cdff commit e58eb08

File tree

1 file changed

+46
-0
lines changed

1 file changed

+46
-0
lines changed
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
---
2+
name: Static typing mismatch report
3+
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

Comments
 (0)