diff -r dee6e106b4d3 -r 15e30f0c76a8 scripts/uninstall.py --- a/scripts/uninstall.py Mon Feb 24 15:11:18 2025 +0100 +++ b/scripts/uninstall.py Mon Feb 24 15:43:49 2025 +0100 @@ -396,7 +396,7 @@ Remove the eric configuration directory. """ try: - from PyQt6.QtCore import QSettings # __IGNORE_WARNING_I10__ + from PyQt6.QtCore import QSettings # __IGNORE_WARNING_I-10__ except ImportError: print("No PyQt variant installed. The configuration directory") print("cannot be determined. You have to remove it manually.\n") @@ -443,7 +443,7 @@ @rtype Any """ # From http://stackoverflow.com/a/35286642 - import winreg # __IGNORE_WARNING_I103__ + import winreg # __IGNORE_WARNING_I-103__ try: registryKey = winreg.OpenKey(winreg.HKEY_CURRENT_USER, path, 0, winreg.KEY_READ) @@ -527,4 +527,4 @@ raise # -# eflag: noqa = M801 +# eflag: noqa = M-801