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

Activate RUF checks

上级 fba91f17
...@@ -129,8 +129,8 @@ disable = ["C0330", "C0326"] ...@@ -129,8 +129,8 @@ disable = ["C0330", "C0326"]
[tool.ruff] [tool.ruff]
select = ["C", "E", "F", "I", "UP", "W"] select = ["C", "E", "F", "I", "UP", "W", "RUF"]
ignore = ["C408", "C901", "E501", "E741"] ignore = ["C408", "C901", "E501", "E741", "RUF012"]
exclude = ["doc/", "pytensor/_version.py", "bin/pytensor_cache.py"] exclude = ["doc/", "pytensor/_version.py", "bin/pytensor_cache.py"]
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论