forked from aesara-devs/aesara
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
33 lines (31 loc) · 933 Bytes
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
[flake8]
ignore=E501,E123,E133,FI12,FI14,FI15,FI50,FI51,FI53,W503,W504,E203,C901,E231,E741
per-file-ignores =
theano/sparse/sandbox/truedot.py:F401
theano/sparse/sandbox/sp2.py:F401
tests/sparse/test_basic.py:E402
tests/sparse/test_opt.py:E402
tests/sparse/test_sp2.py:E402
tests/sparse/test_utils.py:E402,F401
tests/sparse/sandbox/test_sp.py:E402,F401
tests/scalar/test_basic_sympy.py:E402
tests/gpuarray/test_type.py:E402
tests/gpuarray/test_abstractconv.py:E402
tests/gpuarray/test_dnn.py:E402
tests/gpuarray/test_elemwise.py:E402
tests/gpuarray/test_others.py:E402
tests/gpuarray/test_basic_ops.py:E402
exclude =
versioneer.py
doc/
__init__.py
theano/_version.py
[versioneer]
VCS = git
style = pep440
versionfile_source = theano/_version.py
versionfile_build = theano/_version.py
tag_prefix = rel-
[tool:pytest]
addopts = --durations=50
testpaths = tests/