This website requires JavaScript.
Explore
Help
Sign in
sanchayanmaity
/
dotfiles
Watch
1
Star
0
Fork
You've already forked dotfiles
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
84455420e5
dotfiles
/
pycodestyle
/
.config
/
pycodestyle
5 lines
70 B
Text
Raw
Normal View
History
Unescape
Escape
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-05 13:56:27 +01:00
[pycodestyle]
count = False
pycodestyle: Ignore E402 E402 is 'module level import not at top of file'.
2021-10-18 10:33:51 +02:00
ignore = E402,E501,W503
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-05 13:56:27 +01:00
statistics = True
Reference in a new issue
Copy permalink