提交 456a21d8 authored 作者: Chiheb Trabelsi's avatar Chiheb Trabelsi

test/__init.py__ is in the whitelist.

上级 94333410
...@@ -27,6 +27,7 @@ ignore = ('E501', 'E123', 'E133') ...@@ -27,6 +27,7 @@ ignore = ('E501', 'E123', 'E133')
whitelist_flake8 = [ whitelist_flake8 = [
"compat/six.py", # This is bundled code that will be deleted, don't fix it "compat/six.py", # This is bundled code that will be deleted, don't fix it
"__init__.py", "__init__.py",
"tests/__init__.py",
"compile/__init__.py", "compile/__init__.py",
"compile/profiling.py", "compile/profiling.py",
"compile/tests/test_builders.py", "compile/tests/test_builders.py",
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论