Skip to content

2.1 (2020-08-19)

Compare
Choose a tag to compare
@jendrikseipp jendrikseipp released this 19 Aug 09:18
· 121 commits to main since this release
  • 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).