We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 353c734 commit 18e9f30Copy full SHA for 18e9f30
pyproject.toml
@@ -101,8 +101,6 @@ omit = [
101
"pytensor/graph/unify.py",
102
"pytensor/link/jax/jax_linker.py",
103
"pytensor/link/jax/jax_dispatch.py",
104
- "pytensor/graph/toolbox.py",
105
- "pytensor/scalar/basic_scipy.py",
106
]
107
branch = true
108
relative_files = true
@@ -143,8 +141,6 @@ lines-after-imports = 2
143
141
# TODO: Get rid of these:
144
142
"**/__init__.py" = ["F401", "E402", "F403"]
145
"pytensor/tensor/linalg.py" = ["F401", "F403"]
146
-"pytensor/scalar/basic_scipy.py" = ["E402"]
147
-"pytensor/graph/toolbox.py" = ["E402"]
148
# For the tests we skip because `pytest.importorskip` is used:
149
"tests/link/jax/test_scalar.py" = ["E402"]
150
"tests/link/jax/test_tensor_basic.py" = ["E402"]
0 commit comments