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
585
585
Test code:
586
586
587
587
``` python title="mypy_demo.py" linenums="1"
588
- -- 8 < -- " scripts /2025/mypy_demo.py"
588
+ -- 8 < -- " posts /2025/scripts /mypy_demo.py"
589
589
```
590
590
591
591
Test results:
592
592
593
- === "ty output" linenums="1"
593
+ === "ty output"
594
594
595
- ```bash
595
+ ```bash linenums="1"
596
596
$ ty --version
597
597
ty 0.0.1-alpha.14
598
598
@@ -649,9 +649,9 @@ Test results:
649
649
Found 3 diagnostics
650
650
```
651
651
652
- === "pyrefly output" linenums="1"
652
+ === "pyrefly output"
653
653
654
- ```bash
654
+ ```bash linenums="1"
655
655
$ pyrefly --version
656
656
pyrefly 0.23.1
657
657
File renamed without changes.
Original file line number Diff line number Diff line change @@ -49,7 +49,9 @@ markdown_extensions:
49
49
- pymdownx.inlinehilite
50
50
- pymdownx.magiclink
51
51
- pymdownx.mark
52
- - pymdownx.snippets
52
+ - pymdownx.snippets :
53
+ base_path : docs
54
+ check_paths : true
53
55
- pymdownx.superfences :
54
56
custom_fences :
55
57
- class : mermaid
You can’t perform that action at this time.
0 commit comments