소스 검색

Ignore where operators go.

Joe Clarke 7 달 전
부모
커밋
5d8b02125e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .flake8

+ 1 - 1
.flake8

@@ -1,5 +1,5 @@
 [flake8]
 exclude = cmlutils,*venv*,.git,.eggs,__pycache__,docs/source/conf.py,old,build,dist
-ignore = E731, E402
+ignore = E731, E402, W503
 max-complexity = 20
 max-line-length = 140