[PATCH 2/2] pylintrc: turn on trailing commas check

Aaron Bauman <[email protected]>
Newsgroups gmane.linux.gentoo.portage.devel
Message-ID <[email protected]>
Signed-off-by: Aaron Bauman <[email protected]>
---
 pylintrc | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/pylintrc b/pylintrc
index 337311daa..d651cd1ee 100644
--- a/pylintrc
+++ b/pylintrc
@@ -13,15 +13,16 @@
 #disable=no-absolute-import,bad-continuation,C0103,C0114,C0115,E1101,W0201,no-name-in-module
 disable=all
 enable=
-        cyclic-import,
+	cyclic-import,
         import-self,
         misplaced-future,
         missing-final-newline,
         mixed-line-endings,
-        redefined-builtin,
+	redefined-builtin,
         reimported,
         relative-beyond-top-level,
-        trailing-newlines,
+	trailing-comma-tuple,
+	trailing-newlines,
         trailing-whitespace,
         unexpected-line-ending-format,
         unnecessary-semicolon,
-- 
2.28.0
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.