--- a/src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui Wed May 31 13:53:05 2023 +0200 +++ b/src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui Thu Jun 01 11:44:06 2023 +0200 @@ -20,7 +20,7 @@ <item> <widget class="QTabWidget" name="mainWidget"> <property name="currentIndex"> - <number>0</number> + <number>2</number> </property> <widget class="QWidget" name="configureTab"> <attribute name="title"> @@ -30,7 +30,7 @@ <item> <widget class="QTabWidget" name="optionsTabWidget"> <property name="currentIndex"> - <number>0</number> + <number>7</number> </property> <widget class="QWidget" name="globalOptionsTab"> <attribute name="title"> @@ -1048,6 +1048,23 @@ </property> </widget> </item> + <item> + <widget class="QLabel" name="label_38"> + <property name="text"> + <string>Exempted 'typing' symbols:</string> + </property> + </widget> + </item> + <item> + <widget class="QLineEdit" name="exemptedTypingSymbolsEdit"> + <property name="toolTip"> + <string>Enter deprecated symbols of the 'typing' module exempted from PEP-585 checking separated by space</string> + </property> + <property name="clearButtonEnabled"> + <bool>true</bool> + </property> + </widget> + </item> </layout> </widget> </item> @@ -2067,6 +2084,7 @@ <tabstop>simplifiedTypesCheckBox</tabstop> <tabstop>dispatchDecoratorEdit</tabstop> <tabstop>overloadDecoratorEdit</tabstop> + <tabstop>exemptedTypingSymbolsEdit</tabstop> <tabstop>tmpDirectoriesEdit</tabstop> <tabstop>hashesEdit</tabstop> <tabstop>insecureSslProtocolsEdit</tabstop>