weakish
weakish
``` /usr/local/lib/python2.7/dist-packages/stackit/stackit_core.py:185: Warning: Click detected the use of the unicode_literals __future__ import. This is heavily discouraged because it can introduce subtle bugs in your code. You should instead use explicit...
In `README`: ```python def get_top_songlist(): # ... for data in datalist: music_info = {} music_info.setdefault("song_name", data.get("song_name")) music_info.setdefault("artist", data.get("artist")) music_info.setdefault("album_name", data.get("album_name")) # ... ``` `music_info` is (re)assigned to an empty dictionary...
> For example at try block then cmd+; is not recognised though it's C like syntax. -- [Balazs Erdos, 2/13/2018][berdos] [berdos]: https://marketplace.visualstudio.com/items?itemName=weakish.complete-statement#review-details
For Lua/Haskell languages, avoid parse lines starting with `--` as deleted lines.