diff -r cae522f5a272 -r f9b87800ecf2 scripts/install.py --- a/scripts/install.py Fri Jul 21 11:40:38 2023 +0200 +++ b/scripts/install.py Fri Jul 21 11:54:54 2023 +0200 @@ -1120,7 +1120,7 @@ try: # check, if pywin32 is available from win32com.client import Dispatch # __IGNORE_WARNING__ - except (ImportError, ModuleNotFoundError): + except (ImportError, ModuleNotFoundError): # noqa: M514 installed = pipInstall( "pywin32", "\nThe Python package 'pywin32' could not be imported.",