src/eric7/Utilities/crypto/py3AES.py

branch
eric7
changeset 10180
3a595df36c9a
parent 9653
e67609152c5e
child 10433
328f3ec4b77a
--- a/src/eric7/Utilities/crypto/py3AES.py	Thu Aug 31 15:00:53 2023 +0200
+++ b/src/eric7/Utilities/crypto/py3AES.py	Thu Aug 31 18:10:28 2023 +0200
@@ -944,7 +944,7 @@
             # key.
             for m in range(4):
                 expandedKey[currentSize] = expandedKey[currentSize - size] ^ t[m]
-                currentSize += 1  # __IGNORE_WARNING_Y113__
+                currentSize += 1  # noqa: Y113
 
         return expandedKey
 

eric ide

mercurial