Skip to content

Commit 18e9f30

Browse files
ArmavicaricardoV94
authored andcommitted
These files don't exist anymore
1 parent 353c734 commit 18e9f30

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pyproject.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,6 @@ omit = [
101101
"pytensor/graph/unify.py",
102102
"pytensor/link/jax/jax_linker.py",
103103
"pytensor/link/jax/jax_dispatch.py",
104-
"pytensor/graph/toolbox.py",
105-
"pytensor/scalar/basic_scipy.py",
106104
]
107105
branch = true
108106
relative_files = true
@@ -143,8 +141,6 @@ lines-after-imports = 2
143141
# TODO: Get rid of these:
144142
"**/__init__.py" = ["F401", "E402", "F403"]
145143
"pytensor/tensor/linalg.py" = ["F401", "F403"]
146-
"pytensor/scalar/basic_scipy.py" = ["E402"]
147-
"pytensor/graph/toolbox.py" = ["E402"]
148144
# For the tests we skip because `pytest.importorskip` is used:
149145
"tests/link/jax/test_scalar.py" = ["E402"]
150146
"tests/link/jax/test_tensor_basic.py" = ["E402"]

0 commit comments

Comments
 (0)