浏览代码

Add longer line lengths to #pycodestyle

Colin Powell 5 年之前
父节点
当前提交
e15a24db99
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      python/.config/pycodestyle

+ 1 - 1
python/.config/pycodestyle

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