Skip to content

Commit cada5ad

Browse files
ArmavicaricardoV94
authored andcommitted
Remove an error that doesn't happen in the file
1 parent 18e9f30 commit cada5ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ lines-after-imports = 2
140140
[tool.ruff.per-file-ignores]
141141
# TODO: Get rid of these:
142142
"**/__init__.py" = ["F401", "E402", "F403"]
143-
"pytensor/tensor/linalg.py" = ["F401", "F403"]
143+
"pytensor/tensor/linalg.py" = ["F403"]
144144
# For the tests we skip because `pytest.importorskip` is used:
145145
"tests/link/jax/test_scalar.py" = ["E402"]
146146
"tests/link/jax/test_tensor_basic.py" = ["E402"]

0 commit comments

Comments
 (0)