Open
Description
I have neovim and pylsp as LSP server.
This is my config of pylsp:
pylsp = {
settings = {
pylsp = {
plugins = {
pycodestyle = {
ignore = { "W391" },
maxLineLength = 88,
},
},
},
},
},
Example of python file:
# 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
Metadata
Metadata
Assignees
Labels
No labels