src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui

branch
eric7
changeset 9276
e6748a5e24b9
parent 9209
b99e7fd55fd3
child 9335
ec381c083dbd
equal deleted inserted replaced
9275:1a7d545d3ef2 9276:e6748a5e24b9
975 <property name="text"> 975 <property name="text">
976 <string>Allow Untyped Nested Functions</string> 976 <string>Allow Untyped Nested Functions</string>
977 </property> 977 </property>
978 </widget> 978 </widget>
979 </item> 979 </item>
980 <item row="2" column="0" colspan="2"> 980 <item row="2" column="0">
981 <widget class="QCheckBox" name="mypyInitReturnCheckBox"> 981 <widget class="QCheckBox" name="mypyInitReturnCheckBox">
982 <property name="toolTip"> 982 <property name="toolTip">
983 <string>Select to not report unhinted '__init__' return</string> 983 <string>Select to not report unhinted '__init__' return</string>
984 </property> 984 </property>
985 <property name="text"> 985 <property name="text">
986 <string>Allow Untyped '__init__' function</string> 986 <string>Allow Untyped '__init__' function</string>
987 </property>
988 </widget>
989 </item>
990 <item row="2" column="1">
991 <widget class="QCheckBox" name="allowStarArgAnyCheckBox">
992 <property name="toolTip">
993 <string>Allow dynamically typed *args and **kwargs</string>
994 </property>
995 <property name="text">
996 <string>Allow dynamically typed * Arguments</string>
997 </property>
998 </widget>
999 </item>
1000 <item row="3" column="0">
1001 <widget class="QCheckBox" name="forceFutureAnnotationsCheckBox">
1002 <property name="toolTip">
1003 <string>Enforce the presence of a 'from __future__ import annotations' statement</string>
1004 </property>
1005 <property name="text">
1006 <string>Enforce '__future__' statement</string>
987 </property> 1007 </property>
988 </widget> 1008 </widget>
989 </item> 1009 </item>
990 </layout> 1010 </layout>
991 </item> 1011 </item>
1794 <tabstop>lineComplexityScoreSpinBox</tabstop> 1814 <tabstop>lineComplexityScoreSpinBox</tabstop>
1795 <tabstop>minAnnotationsCoverageSpinBox</tabstop> 1815 <tabstop>minAnnotationsCoverageSpinBox</tabstop>
1796 <tabstop>maxAnnotationsComplexitySpinBox</tabstop> 1816 <tabstop>maxAnnotationsComplexitySpinBox</tabstop>
1797 <tabstop>maxAnnotationsLengthSpinBox</tabstop> 1817 <tabstop>maxAnnotationsLengthSpinBox</tabstop>
1798 <tabstop>suppressNoneReturningCheckBox</tabstop> 1818 <tabstop>suppressNoneReturningCheckBox</tabstop>
1819 <tabstop>suppressDummyArgsCheckBox</tabstop>
1799 <tabstop>allowUntypedDefsCheckBox</tabstop> 1820 <tabstop>allowUntypedDefsCheckBox</tabstop>
1821 <tabstop>allowUntypedNestedCheckBox</tabstop>
1800 <tabstop>mypyInitReturnCheckBox</tabstop> 1822 <tabstop>mypyInitReturnCheckBox</tabstop>
1801 <tabstop>suppressDummyArgsCheckBox</tabstop> 1823 <tabstop>allowStarArgAnyCheckBox</tabstop>
1802 <tabstop>allowUntypedNestedCheckBox</tabstop> 1824 <tabstop>forceFutureAnnotationsCheckBox</tabstop>
1803 <tabstop>dispatchDecoratorEdit</tabstop> 1825 <tabstop>dispatchDecoratorEdit</tabstop>
1804 <tabstop>overloadDecoratorEdit</tabstop> 1826 <tabstop>overloadDecoratorEdit</tabstop>
1805 <tabstop>tmpDirectoriesEdit</tabstop> 1827 <tabstop>tmpDirectoriesEdit</tabstop>
1806 <tabstop>hashesEdit</tabstop> 1828 <tabstop>hashesEdit</tabstop>
1807 <tabstop>insecureSslProtocolsEdit</tabstop> 1829 <tabstop>insecureSslProtocolsEdit</tabstop>

eric ide

mercurial