diff options
-rw-r--r-- | .pylintrc | 9 | ||||
-rw-r--r-- | sider.yml (renamed from sideci.yml) | 0 |
2 files changed, 9 insertions, 0 deletions
diff --git a/.pylintrc b/.pylintrc new file mode 100644 index 0000000..10483d3 --- /dev/null +++ b/.pylintrc @@ -0,0 +1,9 @@ +[MASTER] +jobs=0 + +[REPORTS] +score=no + +[MESSAGES CONTROL] +disable=all +enable=unreachable
\ No newline at end of file |