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

Update linters #3870

Merged
merged 1 commit into from
Oct 25, 2023
Merged

Update linters #3870

merged 1 commit into from
Oct 25, 2023

Conversation

ssbarnea
Copy link
Member

No description provided.

@ssbarnea ssbarnea requested a review from a team as a code owner October 25, 2023 13:35
@ssbarnea ssbarnea requested review from a team, Qalthos and audgirka and removed request for a team October 25, 2023 13:35
@ssbarnea ssbarnea temporarily deployed to ack October 25, 2023 13:35 — with GitHub Actions Inactive
@ssbarnea ssbarnea added the skip-changelog Can be missed from the changelog. label Oct 25, 2023
@ssbarnea ssbarnea temporarily deployed to ack October 25, 2023 13:37 — with GitHub Actions Inactive
@ssbarnea ssbarnea enabled auto-merge (squash) October 25, 2023 13:37
@ssbarnea ssbarnea merged commit c9fd910 into main Oct 25, 2023
@ssbarnea ssbarnea deleted the chore/deps2 branch October 25, 2023 13:48
Comment on lines +706 to +708
if name is not None and not isinstance(name, str):
msg = "Task name can only be a string."
raise RuntimeError(msg)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why did you add this / what uncovered this issue? Did someone run into an issue?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@cognifloyd Issue was reported by mypy, and it makes sense as someone might put some junk data into name. I did not reproduce it, but what mypy reported made sense.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip-changelog Can be missed from the changelog.
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants