提交 c3b0cf48 authored 作者: David Warde-Farley's avatar David Warde-Farley 提交者: Arnaud Bergeron

Whitelist six.py for flake8.

We shouldn't waste time formatting code that is really an external dependency, that we are just bundling for convenience.
上级 6d7e0403
......@@ -19,6 +19,7 @@ __copyright__ = "(c) 2015, Universite de Montreal"
__contact__ = "Saizheng Zhang <saizhenglisa..at..gmail.com>"
whitelist_flake8 = [
"compat/six.py", # external package bundled for convenience.
"__init__.py",
"tests/test_gradient.py",
"tests/test_config.py",
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论