fedora-copr / log-detective-website

Data collection page for Log Detective AI
11 stars 7 forks source link

flake8 complains about semicolon in string #63

Closed nikromen closed 7 months ago

nikromen commented 7 months ago

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 commented 7 months ago

line commented with noqa, uncomment it once resolved

FrostyX commented 7 months ago

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