Commit Graph

3 Commits

Author SHA1 Message Date
Sanchayan Maity d99bdc82c1 pycodestyle: Ignore E402
E402 is 'module level import not at top of file'.
2021-10-20 13:01:21 +05:30
Sanchayan Maity fc81cd460b pycodestyle: Ignore W503
Ignore Line break occurred before a binary operator (W503).
2021-04-29 12:14:34 +05:30
Sanchayan Maity 87e5ddeb37 pycodestyle: Ignore E501 line too long error
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
2021-03-06 12:25:50 +05:30