Bug: Static typing issue form is missing
See original GitHub issueExpected Behaviour
Static typing form should be on the issue list
Current Behaviour
Static typing form is missing

Code snippet
name: Static typing mismatch report
description: Report a static type mismatch caught by a static type checker
title: "Static typing: TITLE"
labels: ["static_typing", "triage"]
body:
- type: markdown
attributes:
value: |
Thank you for submitting a static typing report. Please add as much information as possible to help us reproduce.
Our preferred static type checker is [Mypy](https://mypy.readthedocs.io/en/stable/) using the following [configuration](https://github.com/awslabs/aws-lambda-powertools-python/blob/develop/mypy.ini).
- type: dropdown
id: tool
attributes:
label: Static type checker used
options:
- mypy (project's standard)
- pyright/pylance
- pyre
- pytype
validations:
required: true
- type: dropdown
id: runtime
attributes:
label: AWS Lambda function runtime
options:
- "3.6
- "3.7
- "3.8
- "3.9
validations:
required: true
- type: input
id: version
attributes:
label: AWS Lambda Powertools for Python version
placeholder: "latest, 1.25.6"
value: latest
validations:
required: true
- type: textarea
id: output
attributes:
label: Static type checker info
description: Please share your static type checker's output, its configuration, and how you typically run it
validations:
required: true
- type: textarea
id: code_snippet
attributes:
label: Code snippet
description: Please share a code snippet to help us reproduce the issue
render: python
validations:
required: true
- type: textarea
id: solution
attributes:
label: Possible Solution
description: If known, please suggest a potential resolution
validations:
required: false
- type: markdown
attributes:
value: |
---
**Disclaimer**: We value your time and bandwidth. As such, any pull requests created on non-triaged issues might not be successful.
Possible Solution
name: Static typing mismatch report
description: Report a static type mismatch caught by a static type checker
title: "Static typing: TITLE"
labels: ["static_typing", "triage"]
body:
- type: markdown
attributes:
value: |
Thank you for submitting a static typing report. Please add as much information as possible to help us reproduce.
Our preferred static type checker is [Mypy](https://mypy.readthedocs.io/en/stable/) using the following [configuration](https://github.com/awslabs/aws-lambda-powertools-python/blob/develop/mypy.ini).
- type: dropdown
id: tool
attributes:
label: Static type checker used
options:
- mypy (project's standard)
- pyright/pylance
- pyre
- pytype
validations:
required: true
- type: dropdown
id: runtime
attributes:
label: AWS Lambda function runtime
options:
- 3.6
- 3.7
- 3.8
- 3.9
validations:
required: true
- type: input
id: version
attributes:
label: AWS Lambda Powertools for Python version
placeholder: "latest, 1.25.6"
value: latest
validations:
required: true
- type: textarea
id: output
attributes:
label: Static type checker info
description: Please share your static type checker's output, its configuration, and how you typically run it
validations:
required: true
- type: textarea
id: code_snippet
attributes:
label: Code snippet
description: Please share a code snippet to help us reproduce the issue
render: python
validations:
required: true
- type: textarea
id: solution
attributes:
label: Possible Solution
description: If known, please suggest a potential resolution
validations:
required: false
- type: markdown
attributes:
value: |
---
**Disclaimer**: We value your time and bandwidth. As such, any pull requests created on non-triaged issues might not be successful.
Or look at original PR https://github.com/awslabs/aws-lambda-powertools-python/pull/1106
Steps to Reproduce
Create new issue from: https://github.com/awslabs/aws-lambda-powertools-python/issues/new/choose
Caused by commit : https://github.com/awslabs/aws-lambda-powertools-python/commit/8bd5723e0e755e9798593efc7a351191c8983278
AWS Lambda Powertools for Python version
latest
AWS Lambda function runtime
3.6
Packaging format used
Serverless Application Repository (SAR) App
Debugging logs
NA
Issue Analytics
- State:
- Created a year ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Common issues and solutions - mypy 0.991 documentation
Statically typed code is often identical to normal Python code (except for type annotations), but sometimes you need to do things slightly differently....
Read more >Common validation errors when creating issue forms
This error message means that a permitted key has been provided, but its value cannot be parsed as the data type is not...
Read more >Reading 1: Static Checking
Static typing is a particular kind of static checking, which means checking for bugs at compile time. Bugs are the bane of programming....
Read more >Python Type Checking (Guide)
Type annotations and type hints; Adding static types to code, both your code and the code of others; Running a static type checker;...
Read more >typing — Support for type hints — Python 3.11.1 documentation
For example, the static type checker did not report an error when assigning a to s even though s was declared to be...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Yeah, i blame github
@
completionGuess GitHub wants me to contribute even more 😄 I’m happy to do so 🚀