浏览代码

Add python configuration

Colin Powell 6 年之前
父节点
当前提交
213982cdc7
共有 2 个文件被更改,包括 6 次插入0 次删除
  1. 4 0
      python/.config/pycodestyle
  2. 2 0
      python/.pylintrc

+ 4 - 0
python/.config/pycodestyle

@@ -0,0 +1,4 @@
+[pycodestyle]
+ignore = E226,E302,E41,E0202,E1101
+max-line-length = 88
+statistics = True

+ 2 - 0
python/.pylintrc

@@ -0,0 +1,2 @@
+[MESSAGES CONTROL]
+disable=E0202,E1101