old-raise-syntax / E1604ΒΆ
old-raise-syntax has been removed in pylint 2.11.0. See https://github.com/pylint-dev/pylint/pull/4942 for the rationale.
Original message text:
Use raise ErrorClass(args) instead of raise ErrorClass, args.
old-raise-syntax has been removed in pylint 2.11.0. See https://github.com/pylint-dev/pylint/pull/4942 for the rationale.
Original message text:
Use raise ErrorClass(args) instead of raise ErrorClass, args.