浏览代码

Ignore import error.

Joe Clarke 7 月之前
父节点
当前提交
b9948caa3a
共有 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
+ignore = E731, E402
 max-complexity = 20
 max-line-length = 140