Skip to content

v2.0.5 - Better logging and housekeeping

Compare
Choose a tag to compare
@dmunozv04 dmunozv04 released this 29 Jan 21:29
· 70 commits to main since this release

What's Changed

  • Improve logging and shorts hack by @dmunozv04 in #122
  • add pre-commit by @dmunozv04 in #125
  • refactor: refactor unnecessary else / elif when if block has a return statement by @deepsource-autofix in #126
  • refactor: replace range(len(...)) with enumerate(...) by @deepsource-autofix in #127
  • refactor: refactor unnecessary else / elif when if block has a continue statement by @deepsource-autofix in #128
  • Make docker image smaller by caching .pyc and removing .py files by @dmunozv04 in #129
  • open and close config file with utf-8 by @dmunozv04 in #132
  • Fix list_to_tuple by @bertybuttface in #134

New Contributors

  • @deepsource-autofix made their first contribution in #126

Full Changelog: v2.0.4...v2.0.5