소스 검색

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