diff -r c2125fcab4b8 -r 3a595df36c9a src/eric7/Utilities/crypto/py3AES.py --- 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