-
Notifications
You must be signed in to change notification settings - Fork 110
Uv lint format show errors #598
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please commit the suggested changes from markdownlint.
| wrong_format = ("sdsd" "dsadsa" "" | ||
| "saddas") # format error |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| wrong_format = ("sdsd" "dsadsa" "" | |
| "saddas") # format error | |
| wrong_format = "sdsddsadsasaddas" # format error | |
| wrong_format = ("sdsd" "dsadsa" "" | ||
| "saddas") # format error | ||
|
|
||
| import os # lint error |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| import os # lint error |
|
|
||
| def type_error(a: int) -> str: | ||
| return a | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added
Changed
Fixed