From 00232cdba011e38e27f8c350136e281c279bcc22 Mon Sep 17 00:00:00 2001 From: Christophe Benz <christophe.benz@cepremap.org> Date: Tue, 12 Jun 2018 12:42:57 +0200 Subject: [PATCH] Update pylint config --- .pylintrc | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.pylintrc b/.pylintrc index 7551167..c65dad9 100644 --- a/.pylintrc +++ b/.pylintrc @@ -1,2 +1,11 @@ +[FORMAT] +max-line-length=120 + +[MESSAGES CONTROL] +# Keep default VSCode settings while having a .pylintrc file. +# See https://code.visualstudio.com/docs/python/linting#_default-pylint-rules +disable=all +enable=F,E,unreachable,duplicate-key,unnecessary-semicolon,global-variable-not-assigned,unused-variable,binary-op-exception,bad-format-string,anomalous-backslash-in-string,bad-open-mode + [TYPECHECK] ignored-modules = lxml.etree, ujson \ No newline at end of file -- GitLab