You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# app/core/base.py
from app.core.db import Base # noqa
from app.models.meeting_room import MeetingRoom # noqa
from app.models.reservation import Reservation # noqa
I attach the screenshot with errors.
The text was updated successfully, but these errors were encountered:
Hi! According to Ruff's list of rules these diagnostic messages must be invoked by pyflakes. As well as pycodestyle, pyflakes are enabled by default in pylsp.
I managed to reproduce your issue with the following lspconfig setup for pylsp:
I have neovim and pylsp as LSP server.
This is my config of pylsp:
Example of python file:
I attach the screenshot with errors.

The text was updated successfully, but these errors were encountered: