.. _old-old-raise-syntax: old-old-raise-syntax / W0121 ============================ ``old-old-raise-syntax`` was an earlier name for ``old-raise-syntax``, which has been removed in pylint 2.11.0. See https://github.com/pylint-dev/pylint/pull/4942 for the rationale. Original message text: .. code-block:: text Use raise ErrorClass(args) instead of raise ErrorClass, args.