File tree 1 file changed +9
-3
lines changed
1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -143,9 +143,15 @@ lines-after-imports = 2
143
143
"**/__init__.py" = [" F401" , " E402" , " F403" ]
144
144
"pytensor/tensor/linalg.py" = [" F401" , " F403" ]
145
145
"pytensor/scalar/basic_scipy.py" = [" E402" ]
146
- "pytensor/graph/toolbox.py" = [" E402" , " F403" ]
147
- "tests/link/jax/*" = [" E402" ]
148
- "tests/link/numba/*.py" = [" E402" ]
146
+ "pytensor/graph/toolbox.py" = [" E402" ]
147
+ # For the tests we skip because `pytest.importorskip` is used:
148
+ "tests/link/jax/test_scalar.py" = [" E402" ]
149
+ "tests/link/jax/test_tensor_basic.py" = [" E402" ]
150
+ "tests/link/numba/test_basic.py" = [" E402" ]
151
+ "tests/link/numba/test_cython_support.py" = [" E402" ]
152
+ "tests/link/numba/test_performance.py" = [" E402" ]
153
+ "tests/link/numba/test_sparse.py" = [" E402" ]
154
+ "tests/link/numba/test_tensor_basic.py" = [" E402" ]
149
155
"tests/tensor/test_math_scipy.py" = [" E402" ]
150
156
"tests/sparse/test_basic.py" = [" E402" ]
151
157
"tests/sparse/test_sp2.py" = [" E402" ]
You can’t perform that action at this time.
0 commit comments