- 
                Notifications
    You must be signed in to change notification settings 
- Fork 22
          Adding type hints to the dummy code for verify-setup (CF-647)
          #234
        
          New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
verify-setupverify-setup (CF-647)
      | PR Reviewer Guide 🔍Here are some key observations to aid the review process: 
 | 
| PR Code Suggestions ✨Explore these optional code suggestions: 
 | 
User description
Adding type hints tends to help with guiding the test generation process, only homogeneous test inputs are generated.
PR Type
Enhancement
Description
Replace cast(str, ...) with cast("str", ...) calls.
Add list[int]|list[float] hints to bubble_sort function.
Update project_name cast return annotation.
Standardize string-literal casting usage.
Changes walkthrough 📝
cmd_init.py
Standardize cast args and add type hintscodeflash/cli_cmds/cmd_init.py
"str"in multiple statementsbubble_sort_contentsignatureproject_namereturn annotation