]> Sergey Matveev's repositories - dotfiles.git/commitdiff
I use Python3 by default now and flake8 does not install somehow
authorSergey Matveev <stargrave@stargrave.org>
Sat, 14 Dec 2019 11:36:25 +0000 (14:36 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Sat, 14 Dec 2019 11:36:25 +0000 (14:36 +0300)
vim/.vim/ftplugin/python/pylint.vim

index 4a61ee3d317ffa9dd45eae003b0b635cf4d8a02f..c67570e88f0f43a070e3a2fe12f991ee89c9a62b 100644 (file)
@@ -67,7 +67,7 @@ function! PylintStart()
         \"too-many-public-methods",
         \"no-value-for-parameter",
     \]
-    if !exists("g:pylint_linter") | let g:pylint_linter = "flake8" | endif
+    if !exists("g:pylint_linter") | let g:pylint_linter = "pylint" | endif
     if g:pylint_linter == "flake8"
         let cmdline = [
             \"flake8",