False positive fixes - Python #1

  • PTC-W0027 (Unnecessary f-string)

  • PYL-W0632 and PYL-E0632 (Unbalanced tuple unpacking)

  • False positive when using sys.argv
  • Populating the list during the runtime
  • PYL-E1102 (Object not callable)

Fixed false-positive for the case when an object is first initialized with None or NotImplemented
and later assigned a callable.