X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/d90297c77bab6e22831b05ffc099bfc709cc7785..d1aee5f7fa136b1f0a7d8dfc318af81009074070:/.vim/bundle/black/docs/compatible_configs/pylint/setup.cfg diff --git a/.vim/bundle/black/docs/compatible_configs/pylint/setup.cfg b/.vim/bundle/black/docs/compatible_configs/pylint/setup.cfg index 3ada245..0b754cd 100644 --- a/.vim/bundle/black/docs/compatible_configs/pylint/setup.cfg +++ b/.vim/bundle/black/docs/compatible_configs/pylint/setup.cfg @@ -1,5 +1,2 @@ [pylint] max-line-length = 88 - -[pylint.messages_control] -disable = C0330, C0326