-
Notifications
You must be signed in to change notification settings - Fork 937
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
Python fixes #1353
Python fixes #1353
Conversation
@@ -1 +1 @@ | |||
import chainlit as cl | |||
import chainlit as cl # noqa: F401 |
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.
Perhaps this line can be removed entirely.
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.
Another banger, @EWouters, love the help on this cleanup.
If you could please add the type declarations in un-commented version and remove the related noqa statements, I'm good to merge it. Best to get these larger things in fast to prevent merge conflict.s
074f493
to
598f56b
Compare
598f56b
to
6212451
Compare
6212451
to
982155e
Compare
First go-around of Python fixes with the Trunk linters. I'm trying to keep the PR's small to make them easier to review. The commits are in decreasing order of priority in my opinion. There are a some more linter issues remaining which I intend to submit an additional PR for.
Please let me know of any problems with these commits. Some changes may be opinionated.