Commit 7623025
committed
types(aafig) Fix typing issues in mypy 1.16.0
Run uv run mypy .
docs/_ext/aafig.py:71: error: Unused "type: ignore" comment [unused-ignore]
docs/_ext/aafig.py:85: error: Item "None" of "Optional[dict[str, Callable[[str], Any]]]" has no attribute "copy" [union-attr]
docs/_ext/aafig.py:106: error: "Node" has no attribute "aafig" [attr-defined]
Found 3 errors in 1 file (checked 99 source files)1 parent a339934 commit 7623025
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
| 85 | + | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
| 106 | + | |
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
| |||
0 commit comments