Skip to content
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

Merged
merged 55 commits into from
Feb 23, 2024
Merged

Bug/pre commit hooks #94

merged 55 commits into from
Feb 23, 2024

Conversation

KrissiHub
Copy link
Collaborator

@KrissiHub KrissiHub commented Nov 6, 2023

Pre-commit passes completely.
For errors not fixed yet (but already in issues) type ignore was used.

@KrissiHub KrissiHub linked an issue Nov 6, 2023 that may be closed by this pull request
@helegraf helegraf linked an issue Nov 8, 2023 that may be closed by this pull request
@KrissiHub KrissiHub marked this pull request as ready for review November 23, 2023 13:13
@KrissiHub KrissiHub assigned sarah-segel and unassigned sarah-segel Feb 9, 2024
@sarah-segel sarah-segel changed the base branch from main to development February 21, 2024 09:19
@@ -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
Copy link
Contributor

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)?

Copy link
Collaborator Author

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

Copy link
Contributor

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

Copy link
Contributor

@sarah-segel sarah-segel left a 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.

@sarah-segel sarah-segel merged commit a835f52 into development Feb 23, 2024
2 checks passed
@sarah-segel sarah-segel deleted the bug/pre-commit-hooks branch February 23, 2024 13:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Recorder doesn't allow dict configs even though signature says so Pre-commit hooks: Check and update
3 participants