Sanchayan Maity
87e5ddeb37
We add this so that pyls does not complain about this. This could also be done in LSP configuration, like below, but not doing that. https://github.com/lukas-reineke/dotfiles/blob/master/vim/lua/lsp.lua
4 lines
60 B
Text
4 lines
60 B
Text
[pycodestyle]
|
|
count = False
|
|
ignore = E501
|
|
statistics = True
|