提交 cada5ad2 authored 作者: Virgile Andreani's avatar Virgile Andreani 提交者: Ricardo Vieira

Remove an error that doesn't happen in the file

上级 18e9f305
...@@ -140,7 +140,7 @@ lines-after-imports = 2 ...@@ -140,7 +140,7 @@ lines-after-imports = 2
[tool.ruff.per-file-ignores] [tool.ruff.per-file-ignores]
# TODO: Get rid of these: # TODO: Get rid of these:
"**/__init__.py" = ["F401", "E402", "F403"] "**/__init__.py" = ["F401", "E402", "F403"]
"pytensor/tensor/linalg.py" = ["F401", "F403"] "pytensor/tensor/linalg.py" = ["F403"]
# For the tests we skip because `pytest.importorskip` is used: # For the tests we skip because `pytest.importorskip` is used:
"tests/link/jax/test_scalar.py" = ["E402"] "tests/link/jax/test_scalar.py" = ["E402"]
"tests/link/jax/test_tensor_basic.py" = ["E402"] "tests/link/jax/test_tensor_basic.py" = ["E402"]
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论