997 <property name="toolTip"> |
997 <property name="toolTip"> |
998 <string>Enforce the presence of a 'from __future__ import annotations' statement</string> |
998 <string>Enforce the presence of a 'from __future__ import annotations' statement</string> |
999 </property> |
999 </property> |
1000 <property name="text"> |
1000 <property name="text"> |
1001 <string>Enforce '__future__' statement</string> |
1001 <string>Enforce '__future__' statement</string> |
|
1002 </property> |
|
1003 </widget> |
|
1004 </item> |
|
1005 <item row="3" column="1"> |
|
1006 <widget class="QCheckBox" name="simplifiedTypesCheckBox"> |
|
1007 <property name="toolTip"> |
|
1008 <string>Verifies &lt;3.10 code with simplified types uses 'from __future__ import annotations'.</string> |
|
1009 </property> |
|
1010 <property name="text"> |
|
1011 <string>Check use of simplified types</string> |
1002 </property> |
1012 </property> |
1003 </widget> |
1013 </widget> |
1004 </item> |
1014 </item> |
1005 </layout> |
1015 </layout> |
1006 </item> |
1016 </item> |