提交 90e512d6 authored 作者: Arnaud Bergeron's avatar Arnaud Bergeron

Remove deleted files from whitelist.

上级 b39d1749
...@@ -50,16 +50,13 @@ whitelist_flake8 = [ ...@@ -50,16 +50,13 @@ whitelist_flake8 = [
"compile/sharedvalue.py", "compile/sharedvalue.py",
"compile/monitormode.py", "compile/monitormode.py",
"compile/io.py", "compile/io.py",
"compile/module.py",
"compile/tests/test_builders.py", "compile/tests/test_builders.py",
"compile/tests/test_misc.py", "compile/tests/test_misc.py",
"compile/tests/test_monitormode.py", "compile/tests/test_monitormode.py",
"compile/tests/test_function_module.py", "compile/tests/test_function_module.py",
"compile/tests/test_inplace_opt_for_value.py",
"compile/tests/test_shared.py", "compile/tests/test_shared.py",
"compile/tests/test_ops.py", "compile/tests/test_ops.py",
"compile/tests/test_pfunc.py", "compile/tests/test_pfunc.py",
"compile/tests/test_module.py",
"compile/tests/test_debugmode.py", "compile/tests/test_debugmode.py",
"compile/tests/test_profiling.py", "compile/tests/test_profiling.py",
"typed_list/type.py", "typed_list/type.py",
...@@ -92,16 +89,13 @@ whitelist_flake8 = [ ...@@ -92,16 +89,13 @@ whitelist_flake8 = [
"tensor/io.py", "tensor/io.py",
"tensor/elemwise_cgen.py", "tensor/elemwise_cgen.py",
"tensor/raw_random.py", "tensor/raw_random.py",
"tensor/randomstreams.py",
"tensor/blas_scipy.py", "tensor/blas_scipy.py",
"tensor/basic.py", "tensor/basic.py",
"tensor/tests/test_subtensor.py", "tensor/tests/test_subtensor.py",
"tensor/tests/test_utils.py", "tensor/tests/test_utils.py",
"tensor/tests/test_nlinalg.py", "tensor/tests/test_nlinalg.py",
"tensor/tests/test_randomstreams.py",
"tensor/tests/test_shared_randomstreams.py", "tensor/tests/test_shared_randomstreams.py",
"tensor/tests/test_misc.py", "tensor/tests/test_misc.py",
"tensor/tests/test_naacl09.py",
"tensor/tests/mlp_test.py", "tensor/tests/mlp_test.py",
"tensor/tests/test_opt_uncanonicalize.py", "tensor/tests/test_opt_uncanonicalize.py",
"tensor/tests/test_opt.py", "tensor/tests/test_opt.py",
...@@ -153,7 +147,6 @@ whitelist_flake8 = [ ...@@ -153,7 +147,6 @@ whitelist_flake8 = [
"sandbox/test_theano_object.py", "sandbox/test_theano_object.py",
"sandbox/test_scan.py", "sandbox/test_scan.py",
"sandbox/rng_mrg.py", "sandbox/rng_mrg.py",
"sandbox/downsample.py",
"sandbox/solve.py", "sandbox/solve.py",
"sandbox/theano_object.py", "sandbox/theano_object.py",
"sandbox/scan.py", "sandbox/scan.py",
...@@ -216,7 +209,6 @@ whitelist_flake8 = [ ...@@ -216,7 +209,6 @@ whitelist_flake8 = [
"sandbox/scan_module/tests/test_utils.py", "sandbox/scan_module/tests/test_utils.py",
"sandbox/scan_module/tests/test_scan.py", "sandbox/scan_module/tests/test_scan.py",
"sandbox/linalg/ops.py", "sandbox/linalg/ops.py",
"sandbox/linalg/kron.py",
"sandbox/linalg/__init__.py", "sandbox/linalg/__init__.py",
"sandbox/linalg/tests/test_linalg.py", "sandbox/linalg/tests/test_linalg.py",
"sandbox/gpuarray/comp.py", "sandbox/gpuarray/comp.py",
...@@ -295,7 +287,6 @@ whitelist_flake8 = [ ...@@ -295,7 +287,6 @@ whitelist_flake8 = [
"gof/utils.py", "gof/utils.py",
"gof/graph.py", "gof/graph.py",
"gof/callcache.py", "gof/callcache.py",
"gof/python25.py",
"gof/type.py", "gof/type.py",
"gof/__init__.py", "gof/__init__.py",
"gof/cc.py", "gof/cc.py",
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论