-
Notifications
You must be signed in to change notification settings - Fork 11
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
Bug/pre commit hooks #94
Conversation
- Remove unused imports - Add extra spaced between initial sentence and explanations - Fix typos
@@ -98,7 +157,7 @@ def plugin_process(n_clicks, _, *inputs_list): # type: ignore | |||
raw_outputs = {} | |||
raw_outputs_available = True | |||
for run in runs: | |||
raw_outputs[run.id] = rc.get(run, self.id, inputs_key) | |||
raw_outputs[run.id] = rc.get(run, self.id, inputs_key) # same problem |
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.
What does same problem
relate to here (same below)?
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.
It means I forgot to delete a comment that's not relevant anymore :D
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.
Okay, will remove that next time :D
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.
LGTM!
Only saw a few minor typos, which I fixed directly.
Pre-commit passes completely.
For errors not fixed yet (but already in issues) type ignore was used.