Unverified 提交 1dc982c8 authored 作者: Juan Orduz's avatar Juan Orduz 提交者: GitHub

Add intro notebook from workshop (#1585)

上级 808528e6
...@@ -30,5 +30,7 @@ repos: ...@@ -30,5 +30,7 @@ repos:
rev: v0.7.3 rev: v0.7.3
hooks: hooks:
- id: ruff - id: ruff
types_or: [python, pyi, jupyter]
args: ["--fix", "--output-format=full"] args: ["--fix", "--output-format=full"]
- id: ruff-format - id: ruff-format
types_or: [python, pyi, jupyter]
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -124,7 +124,7 @@ xfail_strict = true ...@@ -124,7 +124,7 @@ xfail_strict = true
[tool.ruff] [tool.ruff]
line-length = 88 line-length = 88
exclude = ["doc/", "pytensor/_version.py"] exclude = ["pytensor/_version.py"]
[tool.ruff.format] [tool.ruff.format]
docstring-code-format = true docstring-code-format = true
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论