]> arthur.barton.de Git - bup.git/blobdiff - .pylintrc
pylint: enable syntax-error
[bup.git] / .pylintrc
index f9e3dfb32bb574da09605a83f1967d24ca67c9f2..c7b5933fd3e3afb2f95e999bac150d2bbffbde53 100644 (file)
--- a/.pylintrc
+++ b/.pylintrc
@@ -1,8 +1,11 @@
 # -*-conf-*-
+[GENERAL OPTIONS]
+ignore=py2raise.py
 
 [MESSAGES CONTROL]
 disable=all
 enable=
+  syntax-error,
   catching-non-exception,
   consider-using-in,
   inconsistent-return-statements,