From d3ad79135780c56e71138f985244ecf2d4f629d0 Mon Sep 17 00:00:00 2001 From: "flyingscorpio@clevo" Date: Sun, 26 Jun 2022 12:43:23 +0200 Subject: [PATCH] Remove deprecated pylint checkers --- roles/neovim/files/pylintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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