src/eric7/DebugClients/Python/getpass.py

branch
eric7
changeset 11148
15e30f0c76a8
parent 11090
f5f5f5803935
diff -r dee6e106b4d3 -r 15e30f0c76a8 src/eric7/DebugClients/Python/getpass.py
--- a/src/eric7/DebugClients/Python/getpass.py	Mon Feb 24 15:11:18 2025 +0100
+++ b/src/eric7/DebugClients/Python/getpass.py	Mon Feb 24 15:43:49 2025 +0100
@@ -47,7 +47,7 @@
     return "<unknown"
 
 
-def getpass(prompt="Password: ", stream=None):  # noqa: U100
+def getpass(prompt="Password: ", stream=None):  # noqa: U-100
     """
     Function to prompt for a password, with echo turned off.
 

eric ide

mercurial