diff options
Diffstat (limited to '.pylintrc')
-rw-r--r-- | .pylintrc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.pylintrc b/.pylintrc new file mode 100644 index 00000000..177512f8 --- /dev/null +++ b/.pylintrc @@ -0,0 +1,8 @@ +[Messages Control] +# C0111: Don't require docstrings on every method +# W0511: TODOs in code comments are fine. +# W0142: *args and **kwargs are fine. +disable=C0111,W0511,W0142 +output-format=parseable +reports=yes +files-output=no |