diff --git a/roles/neovim/files/pylintrc b/roles/neovim/files/pylintrc index bf07049..456c869 100644 --- a/roles/neovim/files/pylintrc +++ b/roles/neovim/files/pylintrc @@ -1,5 +1,5 @@ [MESSAGES CONTROL] -disable = C0330, C0326, R0201 +disable = [format] max-line-length = 88