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

flake8 complains about semicolon in string #63

Closed
nikromen opened this issue Dec 15, 2023 · 2 comments
Closed

flake8 complains about semicolon in string #63

nikromen opened this issue Dec 15, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@nikromen
Copy link
Member

backend/api.py:270:53: E702 multiple statements on one line (semicolon) in #62 - this shouldn't be an error since semicolon is in string. This error is not present when running pre-commit locally. This is perhaps some weird bug in our CI

@nikromen nikromen added the bug Something isn't working label Dec 15, 2023
@github-project-automation github-project-automation bot moved this to Needs triage in CPT Kanban Dec 15, 2023
@nikromen
Copy link
Member Author

line commented with noqa, uncomment it once resolved

@FrostyX
Copy link
Member

FrostyX commented Dec 20, 2023

Triage: The noqa comment to disable the false-positive warning sounds good enough.

@FrostyX FrostyX closed this as completed Dec 20, 2023
@FrostyX FrostyX moved this from Needs triage to Done in CPT Kanban Dec 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Archived in project
Development

No branches or pull requests

2 participants