diff options
Diffstat (limited to '.pylintrc')
-rw-r--r-- | .pylintrc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.pylintrc b/.pylintrc new file mode 100644 index 00000000..78e9e7fd --- /dev/null +++ b/.pylintrc @@ -0,0 +1,10 @@ +[MESSAGES CONTROL] +disable=C0323,W0142,C0301,C0103,C0111,E0213,C0302,C0203,W0703,R0201,W0223,bad-continuation,arguments-differ,unidiomatic-typecheck + +[REPORTS] +output-format=colorized +include-ids=yes + +[MISCELLANEOUS] +# List of note tags to take in consideration, separated by a comma. +notes=FIXME,XXX,DELETEME |