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
Follow up from pull
I want to use the black plugin with pylsp which specifies a line length of 88. However, flake8 and pycodestyle take issue with this.
I want to disable this from my editor settings (using neovim's built in LSP), not using a separate configuration file.
For line length, there seems to be 3 warnings:
the pyls-flake8 plugin, which does not recognize the MaxLineLength option but does disable the pycodestyle plugin
the pycodestyle plugin, which I haven't tried to configure
the flake8 plugin which is disabled by default, but when enabled, does not recognize the option and produces a duplicate message
Which is the recommended approach, and what configuration key should I use?
The text was updated successfully, but these errors were encountered:
Follow up from pull
I want to use the black plugin with pylsp which specifies a line length of 88. However, flake8 and pycodestyle take issue with this.
I want to disable this from my editor settings (using neovim's built in LSP), not using a separate configuration file.
For line length, there seems to be 3 warnings:
Which is the recommended approach, and what configuration key should I use?
The text was updated successfully, but these errors were encountered: