File tree Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -585,14 +585,14 @@ And test on a single [Generics](https://mypy.readthedocs.io/en/stable/generics.h
585585Test code:
586586
587587``` python title="mypy_demo.py" linenums="1"
588- -- 8 < -- " scripts /2025/mypy_demo.py"
588+ -- 8 < -- " posts /2025/scripts /mypy_demo.py"
589589```
590590
591591Test results:
592592
593- === "ty output" linenums="1"
593+ === "ty output"
594594
595- ```bash
595+ ```bash linenums="1"
596596 $ ty --version
597597 ty 0.0.1-alpha.14
598598
@@ -649,9 +649,9 @@ Test results:
649649 Found 3 diagnostics
650650 ```
651651
652- === "pyrefly output" linenums="1"
652+ === "pyrefly output"
653653
654- ```bash
654+ ```bash linenums="1"
655655 $ pyrefly --version
656656 pyrefly 0.23.1
657657
File renamed without changes.
Original file line number Diff line number Diff line change @@ -49,7 +49,9 @@ markdown_extensions:
4949 - pymdownx.inlinehilite
5050 - pymdownx.magiclink
5151 - pymdownx.mark
52- - pymdownx.snippets
52+ - pymdownx.snippets :
53+ base_path : docs
54+ check_paths : true
5355 - pymdownx.superfences :
5456 custom_fences :
5557 - class : mermaid
You can’t perform that action at this time.
0 commit comments