vulture v2.1 Release Notes

Release Date: 2020-08-19 // over 3 years ago
    • Treat getattr/hasattr(obj, "constant_string", ...) as a reference to
      obj.constant_string (jingw, #219).
    • ๐Ÿ›  Fix false positives when assigning to x.some_name but reading via
      some_name, at the cost of potential false negatives (jingw, #221).
    • ๐Ÿ‘ Allow reading options from pyproject.toml (Michel Albert, #164, #215).