What's Changed
- Improve logging and shorts hack by @dmunozv04 in #122
- add pre-commit by @dmunozv04 in #125
- refactor: refactor unnecessary
else
/elif
whenif
block has areturn
statement by @deepsource-autofix in #126 - refactor: replace range(len(...)) with enumerate(...) by @deepsource-autofix in #127
- refactor: refactor unnecessary
else
/elif
whenif
block has acontinue
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