Преглед изворни кода

Add longer line lengths to #pycodestyle

Colin Powell пре 6 година
родитељ
комит
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