]> arthur.barton.de Git - bup.git/blobdiff - .pylintrc
pylint: check for trailing whitespace
[bup.git] / .pylintrc
index 74e7c1f9976243ee54e6975736205f37772c855f..0b67f81dd5653503aa2c07cee4a327a1e395da14 100644 (file)
--- a/.pylintrc
+++ b/.pylintrc
@@ -2,4 +2,7 @@
 
 [MESSAGES CONTROL]
 disable=all
-enable=unused-import,unused-wildcard-import
+enable=
+  trailing-whitespace,
+  unused-import,
+  unused-wildcard-import