Skip to content

22.3.0

Compare
Choose a tag to compare
@AlexWaygood AlexWaygood released this 26 Mar 19:18
e5a469b

Bugfixes:

  • fix bug where incorrect quoted annotations were not detected within if blocks

Behaviour changes:

  • Add special-casing so that string literals are allowed in the context of __match_args__ assignments inside a class definition.
  • Add special-casing so that arbitrary values can be assigned to a variable in a stub file if the variable is annotated with Final.