Commit b56de48
committed
chore(mypy): Ignore Directive annotations for now
src/doctest_docutils.py:145: error: Cannot override instance variable (previously declared on base class "Directive") with class variable [misc]
src/doctest_docutils.py:151: error: Cannot override instance variable (previously declared on base class "Directive") with class variable [misc]
src/doctest_docutils.py:157: error: Cannot override instance variable (previously declared on base class "Directive") with class variable [misc]
Found 3 errors in 1 file (checked 11 source files)
See also: python/typeshed#115501 parent 7816e4e commit b56de48
1 file changed
Lines changed: 3 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
145 | | - | |
| 145 | + | |
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
151 | | - | |
| 151 | + | |
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
157 | | - | |
158 | | - | |
| 157 | + | |
159 | 158 | | |
160 | 159 | | |
161 | 160 | | |
| |||
0 commit comments