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 18e9f30 commit cada5adCopy full SHA for cada5ad
pyproject.toml
@@ -140,7 +140,7 @@ lines-after-imports = 2
140
[tool.ruff.per-file-ignores]
141
# TODO: Get rid of these:
142
"**/__init__.py" = ["F401", "E402", "F403"]
143
-"pytensor/tensor/linalg.py" = ["F401", "F403"]
+"pytensor/tensor/linalg.py" = ["F403"]
144
# For the tests we skip because `pytest.importorskip` is used:
145
"tests/link/jax/test_scalar.py" = ["E402"]
146
"tests/link/jax/test_tensor_basic.py" = ["E402"]
0 commit comments