forked from pymc-devs/pytensor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
23 lines (23 loc) · 784 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
[flake8]
select = C,E,F,W
ignore = E203,E231,E501,E741,W503,W504,C901
max-line-length = 88
per-file-ignores =
**/__init__.py:F401,E402,F403
pytensor/tensor/linalg.py:F401,F403
pytensor/scalar/basic_scipy.py:E402,F403,F401
pytensor/graph/toolbox.py:E402,F403,F401
pytensor/link/jax/jax_dispatch.py:E402,F403,F401
pytensor/link/jax/jax_linker.py:E402,F403,F401
pytensor/sparse/sandbox/sp2.py:F401
tests/tensor/test_math_scipy.py:E402
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
pytensor/graph/rewriting/unify.py:F811
exclude =
doc/
pytensor/_version.py