diff options
Diffstat (limited to 'web/.pylintrc')
-rw-r--r-- | web/.pylintrc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/web/.pylintrc b/web/.pylintrc new file mode 100644 index 0000000..931865c --- /dev/null +++ b/web/.pylintrc @@ -0,0 +1,5 @@ +[MESSAGES CONTROL] +disable=missing-docstring, no-member, redefined-outer-name + +[REPORTS] +reports=no |